- Timestamp:
- 05/16/05 18:32:31 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- af5bc4b
- Parents:
- e655f61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
ra0528c4 r1e62ed5 52 52 HIDE_IN_BODY_DOCS = NO 53 53 INTERNAL_DOCS = NO 54 CASE_SENSE_NAMES = YES54 CASE_SENSE_NAMES = NO 55 55 HIDE_SCOPE_NAMES = NO 56 56 SHOW_INCLUDE_FILES = YES … … 71 71 # configuration options related to warning and progress messages 72 72 #--------------------------------------------------------------------------- 73 QUIET = NO73 QUIET = YES 74 74 WARNINGS = YES 75 75 WARN_IF_UNDOCUMENTED = YES 76 76 WARN_IF_DOC_ERROR = YES 77 77 WARN_NO_PARAMDOC = YES 78 WARN_FORMAT = "$file($line) $text"78 WARN_FORMAT = "$file($line) : $text" 79 79 WARN_LOGFILE = 80 80 #--------------------------------------------------------------------------- 81 81 # configuration options related to the input files 82 82 #--------------------------------------------------------------------------- 83 INPUT = C:\Source\ NSClient++83 INPUT = C:\Source\nscplus 84 84 FILE_PATTERNS = *.cpp \ 85 85 *.h \
Note: See TracChangeset
for help on using the changeset viewer.








