OSDN Git Service

make MAN_OUTPUT to NO
authortsutsumi <>
Thu, 11 Sep 2003 02:26:31 +0000 (02:26 +0000)
committertsutsumi <>
Thu, 11 Sep 2003 02:26:31 +0000 (02:26 +0000)
doc/Doxyfile.in

index 76e9246..1ba4c46 100644 (file)
@@ -728,13 +728,13 @@ RTF_EXTENSIONS_FILE    =
 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
 # generate man pages
 
-GENERATE_MAN           = YES
+GENERATE_MAN           = NO
 
 # The MAN_OUTPUT tag is used to specify where the man pages will be put. 
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
 # put in front of it. If left blank `man' will be used as the default path.
 
-MAN_OUTPUT             = man
+MAN_OUTPUT             = 
 
 # The MAN_EXTENSION tag determines the extension that is added to 
 # the generated man pages (default is the subroutine's section .3)