|
|
@ -1034,7 +1034,7 @@ FILE_PATTERNS = *.c \
|
|
|
|
# be searched for input files as well.
|
|
|
|
# be searched for input files as well.
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
|
|
RECURSIVE = NO
|
|
|
|
RECURSIVE = YES
|
|
|
|
|
|
|
|
|
|
|
|
# The EXCLUDE tag can be used to specify files and/or directories that should be
|
|
|
|
# The EXCLUDE tag can be used to specify files and/or directories that should be
|
|
|
|
# excluded from the INPUT source files. This way you can easily exclude a
|
|
|
|
# excluded from the INPUT source files. This way you can easily exclude a
|
|
|
@ -1043,7 +1043,7 @@ RECURSIVE = NO
|
|
|
|
# Note that relative paths are relative to the directory from which doxygen is
|
|
|
|
# Note that relative paths are relative to the directory from which doxygen is
|
|
|
|
# run.
|
|
|
|
# run.
|
|
|
|
|
|
|
|
|
|
|
|
EXCLUDE =
|
|
|
|
EXCLUDE = generated-docs/ documentation/doxygen-awesome-css
|
|
|
|
|
|
|
|
|
|
|
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
|
|
|
# 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
|
|
|
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
|
|
@ -1393,7 +1393,7 @@ HTML_STYLESHEET =
|
|
|
|
# documentation.
|
|
|
|
# documentation.
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
|
|
|
|
HTML_EXTRA_STYLESHEET = documentation/doxygen-awesome-css/doxygen-awesome.css
|
|
|
|
|
|
|
|
|
|
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
|
|
|
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
|
|
|
# other source files which should be copied to the HTML output directory. Note
|
|
|
|
# other source files which should be copied to the HTML output directory. Note
|
|
|
@ -1716,7 +1716,7 @@ DISABLE_INDEX = NO
|
|
|
|
# The default value is: NO.
|
|
|
|
# The default value is: NO.
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
|
|
|
|
|
|
|
|
|
|
|
GENERATE_TREEVIEW = FALSE
|
|
|
|
GENERATE_TREEVIEW = TRUE
|
|
|
|
|
|
|
|
|
|
|
|
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
|
|
|
|
# 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
|
|
|
|
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview
|
|
|
|