Changeset 20 for trunk/OpenYahtzee/Doxyfile
- Timestamp:
- 17/12/06 11:42:56 (7 years ago)
- File:
-
- 1 edited
-
trunk/OpenYahtzee/Doxyfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/Doxyfile
r2 r20 4 4 # Project related configuration options 5 5 #--------------------------------------------------------------------------- 6 PROJECT_NAME = openyahtzee.kdevelop7 PROJECT_NUMBER = 0.18 OUTPUT_DIRECTORY = 6 PROJECT_NAME = OpenYahtzee 7 PROJECT_NUMBER = cvs 8 OUTPUT_DIRECTORY = /home/guy/workspace/OpenYahtzee 9 9 CREATE_SUBDIRS = NO 10 10 OUTPUT_LANGUAGE = English … … 81 81 # configuration options related to the input files 82 82 #--------------------------------------------------------------------------- 83 INPUT = /home/guy/workspace/ openyahtzee83 INPUT = /home/guy/workspace/OpenYahtzee 84 84 FILE_PATTERNS = *.c \ 85 85 *.cc \ … … 128 128 *.xpm \ 129 129 *.dox 130 RECURSIVE = yes 131 EXCLUDE = 130 RECURSIVE = YES 131 EXCLUDE = /home/guy/workspace/OpenYahtzee/optimized \ 132 /home/guy/workspace/OpenYahtzee/debug 132 133 EXCLUDE_SYMLINKS = NO 133 134 EXCLUDE_PATTERNS = … … 151 152 # configuration options related to the alphabetical class index 152 153 #--------------------------------------------------------------------------- 153 ALPHABETICAL_INDEX = NO154 ALPHABETICAL_INDEX = YES 154 155 COLS_IN_ALPHA_INDEX = 5 155 156 IGNORE_PREFIX = … … 208 209 # configuration options related to the XML output 209 210 #--------------------------------------------------------------------------- 210 GENERATE_XML = yes211 GENERATE_XML = YES 211 212 XML_OUTPUT = xml 212 213 XML_SCHEMA =
Note: See TracChangeset
for help on using the changeset viewer.
