From 2240c72ca0d9b2e56bedcbbd202b16c08203c54c Mon Sep 17 00:00:00 2001
From: "Unknown (abagchi)" <dev-null@apache.org>
Date: Thu, 13 Apr 2000 22:12:52 +0000
Subject: [PATCH] Now enabled graphs with dot tool from AT&T

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172055 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/Doxyfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index c4c489b58..c9f307221 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -60,7 +60,7 @@ DISABLE_INDEX        = NO
 # If the EXTRACT_ALL tag is set to YES all classes and functions will be
 # included in the documentation, even if no documentation was available.
 
-EXTRACT_ALL          = NO
+EXTRACT_ALL          = YES
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
 # will be included in the documentation.
@@ -131,7 +131,7 @@ SOURCE_BROWSER       = NO
 # Setting the INLINE_SOURCES tag to YES will include the body
 # of functions and classes directly in the documentation.
 
-INLINE_SOURCES       = YES
+INLINE_SOURCES       = NO
 
 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
 # doxygen to hide any special comment blocks from generated source code
@@ -157,7 +157,7 @@ VERBATIM_HEADERS     = YES
 # will put list of the files that are included by a file in the documentation
 # of that file.
 
-SHOW_INCLUDE_FILES   = YES
+SHOW_INCLUDE_FILES   = NO
 
 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen
 # will interpret the first line (until the first dot) of a JavaDoc-style
@@ -175,7 +175,7 @@ INHERIT_DOCS         = YES
 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
 # is inserted in the documentation for inline members.
 
-INLINE_INFO          = YES
+INLINE_INFO          = NO
 
 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
 # will sort the (detailed) documentation of file and class members 
@@ -290,7 +290,7 @@ HTML_FOOTER          = html/apiDocs/footer.html
 # fine-tune the look of the HTML output. If the tag is left blank doxygen
 # will generate a default style sheet
 
-HTML_STYLESHEET      = 
+HTML_STYLESHEET      =
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
 # files or namespaces will be aligned in HTML using tables. If set to
@@ -445,7 +445,7 @@ ENABLE_PREPROCESSING = YES
 # names in the source code. If set to NO (the default) only conditional 
 # compilation will be performed.
 
-MACRO_EXPANSION      = NO
+MACRO_EXPANSION      = YES
 
 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
 # in the INCLUDE_PATH (see below) will be search if a #include is found.
@@ -505,7 +505,7 @@ PERL_PATH            = /usr/bin/perl
 # 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             = NO
+HAVE_DOT             = YES
 
 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
 # will generate a graph for each documented class showing the direct and
-- 
GitLab