Files
create/src/Doc/makingDocs.dox
DeflateAwning 8de6db3e97 Find and replace http://freecad.org to https://freecad.org
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00

15 lines
438 B
Plaintext

/** \page makingdocs Building this source documentation
After running cmake (as per build instructions on the
<a href="https://freecad.org/wiki/Main_Page">FreeCAD wiki</a>,
run 'make DevDoc' in your build directory. HTML documentation
will be built in doc/SourceDocu/html.
Tips:
- If you have the "dot" tool from graphviz installed, before
running cmake, you will get much nicer looking graphs in
the source documentation.
*/