Changeset 1032 for 1.8.3/trunk/Doxyfile
- Timestamp:
- 07/08/07 20:50:12 (1 year ago)
- Files:
-
- 1.8.3/trunk/Doxyfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/Doxyfile
r846 r1032 477 477 EXCLUDE = utils \ 478 478 */obsolete/* \ 479 */RCS/* 479 */RCS/* \ 480 */.svn/* 480 481 481 482 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 525 526 # ignored. 526 527 527 INPUT_FILTER = strip_gcc_crap 528 #INPUT_FILTER = strip_gcc_crap 529 INPUT_FILTER = 528 530 529 531 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern … … 689 691 # to the contents of the HTML help documentation and to the tree view. 690 692 691 TOC_EXPAND = NO693 TOC_EXPAND = YES 692 694 693 695 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at … … 709 711 # probably better off using the HTML help feature. 710 712 711 GENERATE_TREEVIEW = NO713 GENERATE_TREEVIEW = YES 712 714 713 715 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 724 726 # generate Latex output. 725 727 726 GENERATE_LATEX = YES728 GENERATE_LATEX = NO 727 729 728 730 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
