Update of /cvsroot/libexif/libexif/doc
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4222/doc
Modified Files:
Doxyfile.in
Log Message:
Remove header inclusion graphs from API docs: Which libexif header file includes which is internal, not part of the API.
Index: Doxyfile.in
===================================================================
RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- Doxyfile.in 21 May 2007 14:24:57 -0000 1.9
+++ Doxyfile.in 21 May 2007 15:43:01 -0000 1.10
@@ -1107,14 +1107,14 @@ TEMPLATE_RELATIONS = NO
# file showing the direct and indirect include dependencies of the file with
# other documented files.
-INCLUDE_GRAPH = YES
+INCLUDE_GRAPH = NO
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
# documented header file showing the documented files that directly or
# indirectly include this file.
-INCLUDED_BY_GRAPH = YES
+INCLUDED_BY_GRAPH = NO
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
# generate a call dependency graph for every global function or class method.
|