Changeset 1791
- Timestamp:
- Feb 11, 2009, 4:25:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config.in
r1754 r1791 355 355 # *.h++ *.idl 356 356 357 FILE_PATTERNS = *.h *.cc357 FILE_PATTERNS = *.h 358 358 359 359 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 434 434 # functions referencing it will be listed. 435 435 436 REFERENCED_BY_RELATION = YES436 REFERENCED_BY_RELATION = NO 437 437 438 438 # If the REFERENCES_RELATION tag is set to YES (the default) … … 440 440 # called/used by that function will be listed. 441 441 442 REFERENCES_RELATION = YES442 REFERENCES_RELATION = NO 443 443 444 444 #---------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.