summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-10-22 18:44:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-22 20:47:02 +0200
commite828c42484f1c0ad0c17a977374ee5792fd9c94f (patch)
tree99cf652f4748e1a273c8c676fb9816f9bd08cd8e /Doxyfile
parent31afde4c0959bc801a8d5ede0821a3b505cc25dc (diff)
downloadbarebox-e828c42484f1c0ad0c17a977374ee5792fd9c94f.tar.gz
barebox-e828c42484f1c0ad0c17a977374ee5792fd9c94f.tar.xz
Doxyfile: remove unused features
Disable callgraph and friends, we don't use them anyway. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 21a6212cd4..37597f697d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1210,7 +1210,7 @@ INCLUDED_BY_GRAPH = NO
# 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 CALLER_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES then doxygen will
# generate a caller dependency graph for every global function or class method.
@@ -1218,19 +1218,19 @@ CALL_GRAPH = YES
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command.
-CALLER_GRAPH = YES
+CALLER_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.
-GRAPHICAL_HIERARCHY = YES
+GRAPHICAL_HIERARCHY = NO
# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
# then doxygen will show the dependencies a directory has on other directories
# in a graphical way. The dependency relations are determined by the #include
# relations between the files in the directories.
-DIRECTORY_GRAPH = YES
+DIRECTORY_GRAPH = NO
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. Possible values are png, jpg, or gif