Changeset 663
- Timestamp:
- 01/30/08 07:50:09 (10 months ago)
- Files:
-
- trunk/src/doc/doxygen.conf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/doc/doxygen.conf
r651 r663 469 469 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py 470 470 471 FILE_PATTERNS = *.h 471 FILE_PATTERNS = *.h *.c 472 472 473 473 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 481 481 # subdirectory from a directory tree whose root is specified with the INPUT tag. 482 482 483 EXCLUDE = 483 EXCLUDE = tests/* 484 484 485 485 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 1149 1149 # functions only using the \callgraph command. 1150 1150 1151 CALL_GRAPH = NO1151 CALL_GRAPH = YES 1152 1152 1153 1153 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen will … … 1155 1155 # Note that enabling this option will significantly increase the time of a run. 1156 1156 # So in most cases it will be better to enable caller graphs for selected 1157 # functions only using the \callergraph command .1158 1159 CALLER_GRAPH = NO1157 # functions only using the \callergraph command 1158 1159 CALLER_GRAPH = YES 1160 1160 1161 1161 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
