Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 29 additions & 25 deletions Documentation/Doxygen/driver.dxy.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PROJECT_BRIEF = "MCU independent CMSIS-Driver implementations"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = style_template/cmsis_logo_white_small.png
PROJECT_LOGO = ./style_template/cmsis_logo_white_small.png

# With the PROJECT_ICON tag one can specify an icon that is included in the tabs
# when the HTML document is shown. Doxygen will copy the logo to the output
Expand Down Expand Up @@ -290,7 +290,12 @@ TAB_SIZE = 2
# with the commands \{ and \} for these it is advised to use the version @{ and
# @} or use a double escape (\\{ and \\})

ALIASES =
ALIASES = "token{1}=<span class=\"XML-Token\">\1</span>" \
"div{1}=<hr><div class=\"\1\">" \
"enddiv= </div>" \
"func{1}=<kbd>\1</kbd> <br>" \
"copybrief{1}=<br> \copybrief \1 <br>" \
"none=\em none <br>"

# 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
Expand Down Expand Up @@ -534,13 +539,13 @@ TIMESTAMP = YES
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL = YES
EXTRACT_ALL = NO

# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.

EXTRACT_PRIVATE = YES
EXTRACT_PRIVATE = NO

# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
# methods of a class will be included in the documentation.
Expand All @@ -558,23 +563,23 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.

EXTRACT_STATIC = YES
EXTRACT_STATIC = NO

# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# only classes defined in header files are included. Does not have any effect
# for Java sources.
# The default value is: YES.

EXTRACT_LOCAL_CLASSES = NO
EXTRACT_LOCAL_CLASSES = YES

# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# included in the documentation. If set to NO, only methods in the interface are
# included.
# The default value is: NO.

EXTRACT_LOCAL_METHODS = YES
EXTRACT_LOCAL_METHODS = NO

# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
Expand Down Expand Up @@ -839,7 +844,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, Doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.

LAYOUT_FILE = style_template/layout.xml
LAYOUT_FILE = ./style_template/layout.xml

# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
Expand Down Expand Up @@ -1092,7 +1097,7 @@ FILE_PATTERNS = *.c \
# be searched for input files as well.
# The default value is: NO.

RECURSIVE = YES
RECURSIVE = NO

# 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
Expand Down Expand Up @@ -1263,13 +1268,13 @@ STRIP_CODE_COMMENTS = YES
# entity all documented functions referencing it will be listed.
# The default value is: NO.

REFERENCED_BY_RELATION = YES
REFERENCED_BY_RELATION = NO

# 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 = YES
REFERENCES_RELATION = NO

# 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
Expand Down Expand Up @@ -1421,7 +1426,7 @@ HTML_FILE_EXTENSION = .html
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_HEADER = style_template/header.html
HTML_HEADER = ./style_template/header.html

# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank Doxygen will generate a standard
Expand All @@ -1431,7 +1436,7 @@ HTML_HEADER = style_template/header.html
# that Doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_FOOTER = style_template/footer.html
HTML_FOOTER = ./style_template/footer.html

# 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
Expand Down Expand Up @@ -1461,8 +1466,11 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET = style_template/extra_stylesheet.css \
style_template/extra_search.css
HTML_EXTRA_STYLESHEET = ./style_template/extra_stylesheet.css \
./style_template/extra_navtree.css \
./style_template/extra_search.css \
./style_template/extra_tabs.css \
./style_template/version.css

# 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
Expand All @@ -1472,15 +1480,11 @@ HTML_EXTRA_STYLESHEET = style_template/extra_stylesheet.css \
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_FILES = style_template/tabs.css \
style_template/search.css \
style_template/navtree.css \
style_template/tab_b.png \
style_template/navtree.js \
style_template/version.css \
style_template/dropdown.png \
style_template/bdwn.png \
../../LICENSE
HTML_EXTRA_FILES = ./style_template/tab_b.png \
./style_template/tabs.js \
./style_template/darkmode_toggle.js \
./style_template/navtree.js \
./style_template/dropdown.png

# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
# should be rendered with a dark or light theme.
Expand All @@ -1493,7 +1497,7 @@ HTML_EXTRA_FILES = style_template/tabs.css \
# The default value is: AUTO_LIGHT.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE = AUTO_LIGHT
HTML_COLORSTYLE = TOGGLE

# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
Expand Down
6 changes: 5 additions & 1 deletion Documentation/Doxygen/linkchecker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ ignoreerrors=
mag_seld.svg
../tab_a.png
../tab_ad.png

minus.svg
plus.svg
minusd.svg
plusd.svg

[filtering]
ignorewarnings=
http-redirected
Binary file removed Documentation/Doxygen/style_template/bdwn.png
Binary file not shown.
Loading