summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-04-29 18:19:11 (GMT)
committerEvan Martin <martine@danga.com>2011-04-29 18:19:11 (GMT)
commit6bbcdca6b4b471ba749b94cb905716d87203bdc3 (patch)
tree298919cf3575111589e2ec1bbc1c87c701bf05d4
parente3168e1d282d6dcac73f710c5deb575613c335b7 (diff)
downloadNinja-6bbcdca6b4b471ba749b94cb905716d87203bdc3.zip
Ninja-6bbcdca6b4b471ba749b94cb905716d87203bdc3.tar.gz
Ninja-6bbcdca6b4b471ba749b94cb905716d87203bdc3.tar.bz2
reduce doxygen output
-rw-r--r--doxygen.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/doxygen.config b/doxygen.config
index d0d933c..29968e1 100644
--- a/doxygen.config
+++ b/doxygen.config
@@ -23,7 +23,7 @@ PROJECT_NAME = "Ninja"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "0.1"
+# PROJECT_NUMBER = "0"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -587,7 +587,7 @@ REFERENCED_BY_RELATION = YES
# then for each documented function all documented entities
# called/used by that function will be listed.
-REFERENCES_RELATION = YES
+REFERENCES_RELATION = NO
# If the USE_HTAGS tag is set to YES then the references to source code
# will point to the HTML generated by the htags(1) tool instead of doxygen
@@ -1111,7 +1111,7 @@ CLASS_GRAPH = YES
# indirect implementation dependencies (inheritance, containment, and
# class references variables) of the class with other documented classes.
-COLLABORATION_GRAPH = YES
+COLLABORATION_GRAPH = NO
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for groups, showing the direct groups dependencies
@@ -1150,7 +1150,7 @@ INCLUDED_BY_GRAPH = YES
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command.
-CALL_GRAPH = YES
+CALL_GRAPH = NO
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
# will graphical hierarchy of all classes instead of a textual one.