Changeset 70
- Timestamp:
- 04/17/2007 05:45:08 AM (5 years ago)
- Location:
- trunk/OpenYahtzee
- Files:
-
- 3 edited
-
Doxyfile (modified) (8 diffs)
-
openyahtzee.kdevelop.pcs (modified) (previous)
-
openyahtzee.kdevses (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/Doxyfile
r20 r70 1 # Doxyfile 1.4. 1-KDevelop1 # Doxyfile 1.4.7 2 2 3 3 #--------------------------------------------------------------------------- … … 5 5 #--------------------------------------------------------------------------- 6 6 PROJECT_NAME = OpenYahtzee 7 PROJECT_NUMBER = cvs7 PROJECT_NUMBER = svn 8 8 OUTPUT_DIRECTORY = /home/guy/workspace/OpenYahtzee 9 9 CREATE_SUBDIRS = NO … … 33 33 DETAILS_AT_TOP = NO 34 34 INHERIT_DOCS = YES 35 DISTRIBUTE_GROUP_DOC= NO35 SEPARATE_MEMBER_PAGES = NO 36 36 TAB_SIZE = 8 37 37 ALIASES = 38 38 OPTIMIZE_OUTPUT_FOR_C = NO 39 39 OPTIMIZE_OUTPUT_JAVA = NO 40 BUILTIN_STL_SUPPORT = NO 41 DISTRIBUTE_GROUP_DOC = NO 40 42 SUBGROUPING = YES 41 43 #--------------------------------------------------------------------------- … … 43 45 #--------------------------------------------------------------------------- 44 46 EXTRACT_ALL = NO 45 EXTRACT_PRIVATE = NO47 EXTRACT_PRIVATE = YES 46 48 EXTRACT_STATIC = NO 47 49 EXTRACT_LOCAL_CLASSES = YES 48 50 EXTRACT_LOCAL_METHODS = NO 49 HIDE_UNDOC_MEMBERS = NO50 HIDE_UNDOC_CLASSES = NO51 HIDE_UNDOC_MEMBERS = YES 52 HIDE_UNDOC_CLASSES = YES 51 53 HIDE_FRIEND_COMPOUNDS = NO 52 54 HIDE_IN_BODY_DOCS = NO … … 146 148 INLINE_SOURCES = NO 147 149 STRIP_CODE_COMMENTS = YES 148 REFERENCED_BY_RELATION = YES 149 REFERENCES_RELATION = YES 150 VERBATIM_HEADERS = YES 150 REFERENCED_BY_RELATION = NO 151 REFERENCES_RELATION = NO 152 REFERENCES_LINK_SOURCE = YES 153 USE_HTAGS = NO 154 VERBATIM_HEADERS = NO 151 155 #--------------------------------------------------------------------------- 152 156 # configuration options related to the alphabetical class index … … 178 182 # configuration options related to the LaTeX output 179 183 #--------------------------------------------------------------------------- 180 GENERATE_LATEX = YES184 GENERATE_LATEX = NO 181 185 LATEX_OUTPUT = latex 182 186 LATEX_CMD_NAME = latex … … 209 213 # configuration options related to the XML output 210 214 #--------------------------------------------------------------------------- 211 GENERATE_XML = YES215 GENERATE_XML = NO 212 216 XML_OUTPUT = xml 213 217 XML_SCHEMA = … … 259 263 INCLUDED_BY_GRAPH = YES 260 264 CALL_GRAPH = NO 265 CALLER_GRAPH = NO 261 266 GRAPHICAL_HIERARCHY = YES 262 267 DIRECTORY_GRAPH = YES -
trunk/OpenYahtzee/openyahtzee.kdevses
r67 r70 10 10 </Doc1> 11 11 <Doc2 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/MainFrame.cpp" > 12 <View0 line=" 158" Type="Source" />12 <View0 line="332" Type="Source" /> 13 13 </Doc2> 14 14 <Doc3 NumberOfViews="1" URL="file:///home/guy/workspace/OpenYahtzee/src/ObjectsID.h" >
Note: See TracChangeset
for help on using the changeset viewer.
