Forgot to add this to the last commit...

This commit is contained in:
Ian Rees 2014-07-14 18:36:01 +12:00 committed by wmayer
parent d21d3125e7
commit 172fb583d8

14
src/Doc/makingDocs.dox Normal file
View File

@ -0,0 +1,14 @@
/** \page makingdocs Building this source documentation
After running cmake (as per build instructions on the
<a href="http://freecadweb.org/wiki/index.php?title=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.
*/