Changeset 2174 for trunk/doc/doxygen.cfg.in
- Timestamp:
- Dec 23, 2012, 10:33:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.cfg.in
r2169 r2174 1360 1360 # or is not a class. 1361 1361 1362 HIDE_UNDOC_RELATIONS = YES1362 HIDE_UNDOC_RELATIONS = NO 1363 1363 1364 1364 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is … … 1367 1367 # have no effect if this option is set to NO (the default) 1368 1368 1369 HAVE_DOT = NO1369 HAVE_DOT = @USE_DOT@ 1370 1370 1371 1371 # By default doxygen will write a font called FreeSans.ttf to the output … … 1473 1473 # found. If left blank, it is assumed the dot tool can be found in the path. 1474 1474 1475 DOT_PATH = 1475 DOT_PATH = @DOT@ 1476 1476 1477 1477 # The DOTFILE_DIRS tag can be used to specify one or more directories that
Note: See TracChangeset
for help on using the changeset viewer.