|
|
@ -159,7 +159,7 @@ MULTILINE_CPP_IS_BRIEF = NO
|
|
|
|
# If set to NO, the detailed description appears after the member
|
|
|
|
# If set to NO, the detailed description appears after the member
|
|
|
|
# documentation.
|
|
|
|
# documentation.
|
|
|
|
|
|
|
|
|
|
|
|
DETAILS_AT_TOP = NO
|
|
|
|
# DETAILS_AT_TOP = NO
|
|
|
|
|
|
|
|
|
|
|
|
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
|
|
|
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
|
|
|
# member inherits the documentation from any documented member that it
|
|
|
|
# member inherits the documentation from any documented member that it
|
|
|
@ -421,7 +421,7 @@ SHOW_USED_FILES = YES
|
|
|
|
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
|
|
|
|
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
|
|
|
|
# in the documentation. The default is NO.
|
|
|
|
# in the documentation. The default is NO.
|
|
|
|
|
|
|
|
|
|
|
|
SHOW_DIRECTORIES = NO
|
|
|
|
# SHOW_DIRECTORIES = NO
|
|
|
|
|
|
|
|
|
|
|
|
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
|
|
|
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
|
|
|
# doxygen should invoke to get the current version for each file (typically from the
|
|
|
|
# doxygen should invoke to get the current version for each file (typically from the
|
|
|
@ -545,7 +545,7 @@ EXCLUDE_SYMLINKS = NO
|
|
|
|
# against the file with absolute path, so to exclude all test directories
|
|
|
|
# against the file with absolute path, so to exclude all test directories
|
|
|
|
# for example use the pattern */test/*
|
|
|
|
# for example use the pattern */test/*
|
|
|
|
|
|
|
|
|
|
|
|
EXCLUDE_PATTERNS = */../src/*_int.h*
|
|
|
|
EXCLUDE_PATTERNS = */../src/*_int.h* */../src/Jzon.hpp
|
|
|
|
|
|
|
|
|
|
|
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
|
|
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
|
|
|
# (namespaces, classes, functions, etc.) that should be excluded from the output.
|
|
|
|
# (namespaces, classes, functions, etc.) that should be excluded from the output.
|
|
|
@ -710,13 +710,13 @@ HTML_FILE_EXTENSION = .html
|
|
|
|
# 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 header.
|
|
|
|
# standard header.
|
|
|
|
|
|
|
|
|
|
|
|
HTML_HEADER = html/exiv2-header.html
|
|
|
|
# HTML_HEADER = html/exiv2-header.html
|
|
|
|
|
|
|
|
|
|
|
|
# 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/exiv2-footer.html
|
|
|
|
# HTML_FOOTER = html/exiv2-footer.html
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
@ -731,7 +731,7 @@ HTML_STYLESHEET =
|
|
|
|
# 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 = YES
|
|
|
|
# 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
|
|
|
|