From bb97def8a93d362a1524efe8a9381b55e04bb8d9 Mon Sep 17 00:00:00 2001
From: "Unknown (jpolast)" <dev-null@apache.org>
Date: Fri, 23 Jun 2000 21:50:59 +0000
Subject: [PATCH] Changes & Updates for the 1.2 Release config file upgraded to
 Doxygen 1.1.4

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

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 809f05ae2..b9e903517 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1,7 +1,9 @@
-# Doxyfile 1.1.2
+# Doxyfile 1.1.4
 
 # Xerces-C Note: Make sure that you run Doxygen from the 'doc' directory
 #                where this configuraton file resides.
+#                Only use this configuration file with Doxygen 1.1.4
+#                and ATT Research Graphviz 1.5
 
 # This file describes the settings to be used by doxygen for a project
 #
@@ -70,12 +72,12 @@ EXTRACT_PRIVATE      = NO
 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
 # undocumented members inside documented classes or files.
 
-HIDE_UNDOC_MEMBERS   = YES
+HIDE_UNDOC_MEMBERS   = NO
 
 # If the HIDE_UNDOC_CLASSESS tag is set to YES, Doxygen will hide all
 # undocumented classes.
 
-HIDE_UNDOC_CLASSES   = YES
+HIDE_UNDOC_CLASSES   = NO
 
 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
 # include brief member descriptions after the members that are listed in 
@@ -101,7 +103,7 @@ ALWAYS_DETAILED_SEC  = NO
 # path before files name in the file list and in the header files. If set
 # to NO the shortest path that makes the file name unique will be used.
 
-FULL_PATH_NAMES      = NO
+FULL_PATH_NAMES      = No
 
 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
 # can be used to strip a user defined part of the path. Stripping is
@@ -145,7 +147,7 @@ STRIP_CODE_COMMENTS  = YES
 # classes or files whose names only differ in case and if your file system
 # supports case sensitive file names.
 
-CASE_SENSE_NAMES     = NO
+CASE_SENSE_NAMES     = YES
 
 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
 # will generate a verbatim copy of the header file for each class for
@@ -278,25 +280,28 @@ HTML_OUTPUT          = apiDocs
 # standard header.
 
 HTML_HEADER          = html/apiDocs/header.html
+#HTML_HEADER          = 
 
 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
 HTML_FOOTER          = html/apiDocs/footer.html
+#HTML_FOOTER          = 
 
 # The HTML_STYLESHEET tag can be used to specify a user defined cascading
 # style sheet that is used by each HTML page. It can be used to 
 # 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      = html/apiDocs/XercesApi.css
+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
 # NO a bullet list will be used.
 
-HTML_ALIGN_MEMBERS   = NO
+HTML_ALIGN_MEMBERS   = YES
 
 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
 # will be generated that can be used as input for tools like the
-- 
GitLab