update doc/main.h to say ./waf doxygen builds documentation

This commit is contained in:
Craig Dowell
2009-10-08 18:02:44 -07:00
parent 1acc1b5a65
commit 7aa6cb832a

View File

@@ -27,9 +27,7 @@
* ns-3 requires Doxygen version 1.5.4 or greater to fully build all items,
* although earlier versions of Doxygen will mostly work.
*
* Type "./waf --check" followed by "./waf --doxygen" to build the documentation.
* There is a program that runs during "./waf --check" that builds pieces of
* the documentation through introspection. The doc/ directory contains
* Type "./waf doxygen" to build the documentation. The doc/ directory contains
* configuration for Doxygen (doxygen.conf and main.txt). The Doxygen
* build process puts html files into the doc/html/ directory, and latex
* filex into the doc/latex/ directory.