Changeset 800 for trunk/doc/doxygen.config.in
- Timestamp:
- Mar 13, 2007, 12:37:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config.in
r799 r800 54 54 # if some version control system is used. 55 55 56 PROJECT_NUMBER = 0.3pre56 PROJECT_NUMBER = 57 57 58 58 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 605 605 # This makes the output suitable for online browsing using a pdf viewer. 606 606 607 PDF_HYPERLINKS = NO607 PDF_HYPERLINKS = YES 608 608 609 609 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of … … 611 611 # higher quality PDF documentation. 612 612 613 USE_PDFLATEX = NO613 USE_PDFLATEX = YES 614 614 615 615 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
Note: See TracChangeset
for help on using the changeset viewer.