From 7aa6cb832a1978201f0ec424ce9f88e8057052e0 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Thu, 8 Oct 2009 18:02:44 -0700 Subject: [PATCH] update doc/main.h to say ./waf doxygen builds documentation --- doc/main.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/main.h b/doc/main.h index ce9d233e0..260438f8c 100644 --- a/doc/main.h +++ b/doc/main.h @@ -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.