|
|
|
@ -53,7 +53,7 @@ PROJECT_BRIEF =
|
|
|
|
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
|
|
|
|
# the logo to the output directory.
|
|
|
|
|
|
|
|
|
|
PROJECT_LOGO =
|
|
|
|
|
PROJECT_LOGO = ./doc/logo.png
|
|
|
|
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
|
|
|
|
# into which the generated documentation will be written. If a relative path is
|
|
|
|
@ -263,10 +263,10 @@ TAB_SIZE = 4
|
|
|
|
|
# with the commands \{ and \} for these it is advised to use the version @{ and
|
|
|
|
|
# @} or use a double escape (\\{ and \\})
|
|
|
|
|
|
|
|
|
|
ALIASES =
|
|
|
|
|
ALIASES += license="\par License:^^"
|
|
|
|
|
ALIASES += copyleft="\par Copyleft:^^"
|
|
|
|
|
ALIASES += ownership="\attention Ownership:^^"
|
|
|
|
|
ALIASES = "license=@par License:^^" \
|
|
|
|
|
"copyleft=@par Copyleft:^^" \
|
|
|
|
|
"ownership=@par Ownership^^" \
|
|
|
|
|
"generated=@par Generated^^"
|
|
|
|
|
|
|
|
|
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
|
|
|
|
# only. Doxygen will then generate output that is more tailored for C. For
|
|
|
|
@ -488,19 +488,24 @@ EXTRACT_ALL = NO
|
|
|
|
|
# be included in the documentation.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
EXTRACT_PRIVATE = NO
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
EXTRACT_PRIVATE = YES
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
|
|
|
|
|
# methods of a class will be included in the documentation.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
EXTRACT_PRIV_VIRTUAL = NO
|
|
|
|
|
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
EXTRACT_PRIV_VIRTUAL = YES
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
|
|
|
|
|
# scope will be included in the documentation.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
EXTRACT_PACKAGE = NO
|
|
|
|
|
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
EXTRACT_PACKAGE = YES
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
|
|
|
|
|
# included in the documentation.
|
|
|
|
@ -523,7 +528,9 @@ EXTRACT_LOCAL_CLASSES = YES
|
|
|
|
|
# included.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
EXTRACT_LOCAL_METHODS = NO
|
|
|
|
|
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
EXTRACT_LOCAL_METHODS = YES
|
|
|
|
|
|
|
|
|
|
# If this flag is set to YES, the members of anonymous namespaces will be
|
|
|
|
|
# extracted and appear in the documentation as a namespace called
|
|
|
|
@ -532,7 +539,9 @@ EXTRACT_LOCAL_METHODS = NO
|
|
|
|
|
# are hidden.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
EXTRACT_ANON_NSPACES = NO
|
|
|
|
|
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
EXTRACT_ANON_NSPACES = YES
|
|
|
|
|
|
|
|
|
|
# If this flag is set to YES, the name of an unnamed parameter in a declaration
|
|
|
|
|
# will be determined by the corresponding definition. By default unnamed
|
|
|
|
@ -592,7 +601,9 @@ INTERNAL_DOCS = YES
|
|
|
|
|
# YES.
|
|
|
|
|
# The default value is: system dependent.
|
|
|
|
|
|
|
|
|
|
CASE_SENSE_NAMES = YES
|
|
|
|
|
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
CASE_SENSE_NAMES = NO
|
|
|
|
|
|
|
|
|
|
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
|
|
|
|
|
# their full class and namespace scopes in the documentation. If set to YES, the
|
|
|
|
@ -830,7 +841,9 @@ WARN_IF_DOC_ERROR = YES
|
|
|
|
|
# parameters have no documentation without warning.
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
|
|
WARN_IF_INCOMPLETE_DOC = YES
|
|
|
|
|
WARN_IF_INCOMPLETE_DOC = NO
|
|
|
|
|
# nondefault
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
|
|
|
|
|
# are documented, but have no documentation for their parameters or return
|
|
|
|
@ -880,7 +893,7 @@ WARN_LOGFILE =
|
|
|
|
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
|
|
|
|
# Note: If this tag is empty the current directory is searched.
|
|
|
|
|
|
|
|
|
|
INPUT =
|
|
|
|
|
INPUT = ../src ../asn.1
|
|
|
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
|
|
@ -969,7 +982,8 @@ RECURSIVE = YES
|
|
|
|
|
# Note that relative paths are relative to the directory from which doxygen is
|
|
|
|
|
# run.
|
|
|
|
|
|
|
|
|
|
EXCLUDE =
|
|
|
|
|
EXCLUDE = sqlite3.c \
|
|
|
|
|
sqlite3.h
|
|
|
|
|
|
|
|
|
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
|
|
|
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
|
|
|
@ -985,7 +999,7 @@ EXCLUDE_SYMLINKS = NO
|
|
|
|
|
# Note that the wildcards are matched against the file with absolute path, so to
|
|
|
|
|
# exclude all test directories for example use the pattern */test/*
|
|
|
|
|
|
|
|
|
|
EXCLUDE_PATTERNS = */sqlite3.*
|
|
|
|
|
EXCLUDE_PATTERNS =
|
|
|
|
|
|
|
|
|
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
|
|
|
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
|
|
|
@ -1091,13 +1105,16 @@ USE_MDFILE_AS_MAINPAGE =
|
|
|
|
|
# also VERBATIM_HEADERS is set to NO.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
SOURCE_BROWSER = NO
|
|
|
|
|
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
SOURCE_BROWSER = YES
|
|
|
|
|
|
|
|
|
|
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
|
|
|
|
# classes and enums directly into the documentation.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
INLINE_SOURCES = NO
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
INLINE_SOURCES = YES
|
|
|
|
|
|
|
|
|
|
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
|
|
|
|
|
# special comment blocks from generated source code fragments. Normal C, C++ and
|
|
|
|
@ -1110,13 +1127,15 @@ STRIP_CODE_COMMENTS = YES
|
|
|
|
|
# entity all documented functions referencing it will be listed.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
REFERENCED_BY_RELATION = NO
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
REFERENCED_BY_RELATION = YES
|
|
|
|
|
|
|
|
|
|
# If the REFERENCES_RELATION tag is set to YES then for each documented function
|
|
|
|
|
# all documented entities called/used by that function will be listed.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
REFERENCES_RELATION = NO
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
REFERENCES_RELATION = YES
|
|
|
|
|
|
|
|
|
|
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
|
|
|
|
|
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
|
|
|
|
@ -1177,6 +1196,14 @@ VERBATIM_HEADERS = YES
|
|
|
|
|
|
|
|
|
|
ALPHABETICAL_INDEX = YES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
|
|
|
|
|
# which the alphabetical index list will be split.
|
|
|
|
|
# Minimum value: 1, maximum value: 20, default value: 5.
|
|
|
|
|
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
|
|
|
|
|
|
|
|
|
COLS_IN_ALPHA_INDEX = 5
|
|
|
|
|
|
|
|
|
|
# In case all classes in a project start with a common prefix, all classes will
|
|
|
|
|
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
|
|
|
|
# can be used to specify a prefix (or a list of prefixes) that should be ignored
|
|
|
|
@ -1311,7 +1338,8 @@ HTML_COLORSTYLE_GAMMA = 80
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
HTML_TIMESTAMP = NO
|
|
|
|
|
# from old doxyfile
|
|
|
|
|
HTML_TIMESTAMP = YES
|
|
|
|
|
|
|
|
|
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
|
|
|
|
# documentation will contain a main index with vertical navigation menus that
|
|
|
|
@ -1572,7 +1600,9 @@ DISABLE_INDEX = NO
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
GENERATE_TREEVIEW = NO
|
|
|
|
|
# from old doxyfile yes
|
|
|
|
|
GENERATE_TREEVIEW = NO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
|
|
|
|
|
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview
|
|
|
|
@ -1823,7 +1853,7 @@ EXTRA_SEARCH_MAPPINGS =
|
|
|
|
|
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
|
|
GENERATE_LATEX = NO
|
|
|
|
|
GENERATE_LATEX = YES
|
|
|
|
|
|
|
|
|
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
|
|
|
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
|
|
|
@ -2259,8 +2289,11 @@ INCLUDE_FILE_PATTERNS =
|
|
|
|
|
# recursively expanded use the := operator instead of the = operator.
|
|
|
|
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
|
|
|
|
|
|
|
|
|
PREDEFINED =DYNAMIC_API=
|
|
|
|
|
PREDEFINED +=MAYBE_UNUSED=
|
|
|
|
|
PREDEFINED = ENIGMAIL_MAY_USE_THIS \
|
|
|
|
|
USE_SEQUOIA \
|
|
|
|
|
_PEP_SQLITE_DEBUG \
|
|
|
|
|
DYNAMIC_API= \
|
|
|
|
|
PREDEFINED MAYBE_UNUSED=
|
|
|
|
|
|
|
|
|
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
|
|
|
|
# tag can be used to specify a list of macro names that should be expanded. The
|
|
|
|
@ -2396,7 +2429,7 @@ DOT_FONTPATH =
|
|
|
|
|
# Possible values are: NO, YES, TEXT and GRAPH.
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
|
|
|
|
|
CLASS_GRAPH = YES
|
|
|
|
|
CLASS_GRAPH = NO
|
|
|
|
|
|
|
|
|
|
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
|
|
|
|
|
# graph for each documented class showing the direct and indirect implementation
|
|
|
|
@ -2405,14 +2438,14 @@ CLASS_GRAPH = YES
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
COLLABORATION_GRAPH = YES
|
|
|
|
|
COLLABORATION_GRAPH = NO
|
|
|
|
|
|
|
|
|
|
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
|
|
|
|
|
# groups, showing the direct groups dependencies.
|
|
|
|
|
# The default value is: YES.
|
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
GROUP_GRAPHS = YES
|
|
|
|
|
GROUP_GRAPHS = NO
|
|
|
|
|
|
|
|
|
|
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
|
|
|
|
|
# collaboration diagrams in a style similar to the OMG's Unified Modeling
|
|
|
|
@ -2493,7 +2526,7 @@ INCLUDED_BY_GRAPH = YES
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
CALL_GRAPH = NO
|
|
|
|
|
CALL_GRAPH = YES
|
|
|
|
|
|
|
|
|
|
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
|
|
|
|
|
# dependency graph for every global function or class method.
|
|
|
|
@ -2505,7 +2538,7 @@ CALL_GRAPH = NO
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
|
|
|
|
CALLER_GRAPH = NO
|
|
|
|
|
CALLER_GRAPH = YES
|
|
|
|
|
|
|
|
|
|
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
|
|
|
|
|
# hierarchy of all classes instead of a textual one.
|
|
|
|
|