640 # functions that are documented, but have no documentation for their parameters |
640 # functions that are documented, but have no documentation for their parameters |
641 # or return value. If set to NO (the default) doxygen will only warn about |
641 # or return value. If set to NO (the default) doxygen will only warn about |
642 # wrong or incomplete parameter documentation, but not about the absence of |
642 # wrong or incomplete parameter documentation, but not about the absence of |
643 # documentation. |
643 # documentation. |
644 |
644 |
645 WARN_NO_PARAMDOC = NO |
645 WARN_NO_PARAMDOC = YES |
646 |
646 |
647 # The WARN_FORMAT tag determines the format of the warning messages that |
647 # The WARN_FORMAT tag determines the format of the warning messages that |
648 # doxygen can produce. The string should contain the $file, $line, and $text |
648 # doxygen can produce. The string should contain the $file, $line, and $text |
649 # tags, which will be replaced by the file and line number from which the |
649 # tags, which will be replaced by the file and line number from which the |
650 # warning originated and the warning text. Optionally the format may contain |
650 # warning originated and the warning text. Optionally the format may contain |
1359 #--------------------------------------------------------------------------- |
1359 #--------------------------------------------------------------------------- |
1360 |
1360 |
1361 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will |
1361 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will |
1362 # generate man pages |
1362 # generate man pages |
1363 |
1363 |
1364 GENERATE_MAN = NO |
1364 GENERATE_MAN = YES |
1365 |
1365 |
1366 # The MAN_OUTPUT tag is used to specify where the man pages will be put. |
1366 # The MAN_OUTPUT tag is used to specify where the man pages will be put. |
1367 # If a relative path is entered the value of OUTPUT_DIRECTORY will be |
1367 # If a relative path is entered the value of OUTPUT_DIRECTORY will be |
1368 # put in front of it. If left blank `man' will be used as the default path. |
1368 # put in front of it. If left blank `man' will be used as the default path. |
1369 |
1369 |