diff options
author | Erik Hallnor <ehallnor@umich.edu> | 2003-10-16 17:02:14 -0400 |
---|---|---|
committer | Erik Hallnor <ehallnor@umich.edu> | 2003-10-16 17:02:14 -0400 |
commit | ea5dc1d5dfabd31bdd62c8435f84ea21bf0f61c7 (patch) | |
tree | 89880b72407f187221a9a0acca82114112c3c495 /Doxyfile | |
parent | 5e7f7a268d4741babb76e57cd817873153dfa114 (diff) | |
download | gem5-ea5dc1d5dfabd31bdd62c8435f84ea21bf0f61c7.tar.xz |
Added to new doxygen configs (posting internally and externally).
Changed the default to not use dot to speed testing of documentation for warnings.
We probably don't want to release postint and postext since there is
information about absolute file locations in them.
Doxyfile:
Turn of DOT for local testing.
--HG--
extra : convert_revision : 04df481c7a238e7745e90a011e43f8c533888567
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -954,7 +954,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and |