Changeset 316 for trunk/doc/doxygen.config
- Timestamp:
- May 17, 2005, 11:18:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config
r304 r316 20 20 # by quotes) that should identify the project. 21 21 22 PROJECT_NAME = thep C++ tools22 PROJECT_NAME = "thep C++ tools" 23 23 24 24 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 26 26 # if some version control system is used. 27 27 28 PROJECT_NUMBER = 28 PROJECT_NUMBER = 29 29 30 30 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 199 199 # all members of a group must be documented explicitly. 200 200 201 DISTRIBUTE_GROUP_DOC = NO201 DISTRIBUTE_GROUP_DOC = YES 202 202 203 203 # The TAB_SIZE tag can be used to set the number of spaces in a tab. … … 573 573 LATEX_BATCHMODE = NO 574 574 575 # The FILE_VERSION_FILTER tag can be used to specify a program or 576 # script that doxygen should invoke to get the current version for 577 # each file (typically from the version control system). Doxygen will 578 # invoke the program by executing (via popen()) the command <command> 579 # <input-file>, where <command> is the value of the 580 # FILE_VERSION_FILTER tag, and <input-file> is the name of an input 581 # file provided by doxygen. Whatever the progam writes to standard 582 # output is used as the file version. See the manual for examples. 583 584 FILE_VERSION_FILTER = 585 586 575 587 #--------------------------------------------------------------------------- 576 588 # configuration options related to the RTF output … … 752 764 # interpreter (i.e. the result of `which perl'). 753 765 754 PERL_PATH = 766 PERL_PATH = /usr/local/bin/perl 755 767 756 768 #---------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.