diff --git a/src/Doc/makingDocs.dox b/src/Doc/makingDocs.dox new file mode 100644 index 000000000..61357d999 --- /dev/null +++ b/src/Doc/makingDocs.dox @@ -0,0 +1,14 @@ +/** \page makingdocs Building this source documentation + +After running cmake (as per build instructions on the +FreeCAD wiki, +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. + +*/ +