Skip to content
Snippets Groups Projects
Commit bb97def8 authored by Unknown (jpolast)'s avatar Unknown (jpolast)
Browse files

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
parent 0af4e7cb
No related branches found
No related tags found
No related merge requests found
# Doxyfile 1.1.2 # Doxyfile 1.1.4
# Xerces-C Note: Make sure that you run Doxygen from the 'doc' directory # Xerces-C Note: Make sure that you run Doxygen from the 'doc' directory
# where this configuraton file resides. # 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 # This file describes the settings to be used by doxygen for a project
# #
...@@ -70,12 +72,12 @@ EXTRACT_PRIVATE = NO ...@@ -70,12 +72,12 @@ EXTRACT_PRIVATE = NO
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# undocumented members inside documented classes or files. # 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 # If the HIDE_UNDOC_CLASSESS tag is set to YES, Doxygen will hide all
# undocumented classes. # undocumented classes.
HIDE_UNDOC_CLASSES = YES HIDE_UNDOC_CLASSES = NO
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # 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 # include brief member descriptions after the members that are listed in
...@@ -101,7 +103,7 @@ ALWAYS_DETAILED_SEC = NO ...@@ -101,7 +103,7 @@ ALWAYS_DETAILED_SEC = NO
# path before files name in the file list and in the header files. If set # 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. # 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 # 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 # can be used to strip a user defined part of the path. Stripping is
...@@ -145,7 +147,7 @@ STRIP_CODE_COMMENTS = YES ...@@ -145,7 +147,7 @@ STRIP_CODE_COMMENTS = YES
# classes or files whose names only differ in case and if your file system # classes or files whose names only differ in case and if your file system
# supports case sensitive file names. # 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 # 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 # will generate a verbatim copy of the header file for each class for
...@@ -278,25 +280,28 @@ HTML_OUTPUT = apiDocs ...@@ -278,25 +280,28 @@ HTML_OUTPUT = apiDocs
# standard header. # standard header.
HTML_HEADER = html/apiDocs/header.html HTML_HEADER = html/apiDocs/header.html
#HTML_HEADER =
# The HTML_FOOTER tag can be used to specify a personal HTML footer for # 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 # each generated HTML page. If it is left blank doxygen will generate a
# standard footer. # standard footer.
HTML_FOOTER = html/apiDocs/footer.html HTML_FOOTER = html/apiDocs/footer.html
#HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user defined cascading # 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 # 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 # fine-tune the look of the HTML output. If the tag is left blank doxygen
# will generate a default style sheet # 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, # 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 # files or namespaces will be aligned in HTML using tables. If set to
# NO a bullet list will be used. # 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 # 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 # will be generated that can be used as input for tools like the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment