From 172fb583d8358cd99de21be5542a37908dd68b60 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Mon, 14 Jul 2014 18:36:01 +1200 Subject: [PATCH] Forgot to add this to the last commit... --- src/Doc/makingDocs.dox | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Doc/makingDocs.dox 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. + +*/ +