comparison Doxyfile @ 2631:a2afa6ca7294 trunk

[svn] - integrate libmowgli requirement into buildsystem
author nenolod
date Tue, 20 Mar 2007 21:39:00 -0700
parents 83cd495dc898
children
comparison
equal deleted inserted replaced
2630:e7e1df8afffb 2631:a2afa6ca7294
21 21
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
23 # This could be handy for archiving the generated documentation or 23 # This could be handy for archiving the generated documentation or
24 # if some version control system is used. 24 # if some version control system is used.
25 25
26 PROJECT_NUMBER = $Id: Doxyfile 4254 2007-03-13 20:32:56Z nenolod $ 26 PROJECT_NUMBER = $Id: Doxyfile 4280 2007-03-21 04:39:00Z nenolod $
27 27
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29 # base path where the generated documentation will be put. 29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location 30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used. 31 # where doxygen was started. If left blank the current directory will be used.
104 104
105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
106 # path before files name in the file list and in the header files. If set 106 # path before files name in the file list and in the header files. If set
107 # to NO the shortest path that makes the file name unique will be used. 107 # to NO the shortest path that makes the file name unique will be used.
108 108
109 FULL_PATH_NAMES = YES 109 FULL_PATH_NAMES = NO
110 110
111 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 111 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
112 # can be used to strip a user-defined part of the path. Stripping is 112 # can be used to strip a user-defined part of the path. Stripping is
113 # only done if one of the specified strings matches the left-hand part of 113 # only done if one of the specified strings matches the left-hand part of
114 # the path. The tag can be used to show relative paths in the file list. 114 # the path. The tag can be used to show relative paths in the file list.
554 # If the SOURCE_BROWSER tag is set to YES then a list of source files will 554 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
555 # be generated. Documented entities will be cross-referenced with these sources. 555 # be generated. Documented entities will be cross-referenced with these sources.
556 # Note: To get rid of all source code in the generated output, make sure also 556 # Note: To get rid of all source code in the generated output, make sure also
557 # VERBATIM_HEADERS is set to NO. 557 # VERBATIM_HEADERS is set to NO.
558 558
559 SOURCE_BROWSER = NO 559 SOURCE_BROWSER = YES
560 560
561 # Setting the INLINE_SOURCES tag to YES will include the body 561 # Setting the INLINE_SOURCES tag to YES will include the body
562 # of functions and classes directly in the documentation. 562 # of functions and classes directly in the documentation.
563 563
564 INLINE_SOURCES = NO 564 INLINE_SOURCES = NO