File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ TAB_SIZE = 4
289
289
# with the commands \{ and \} for these it is advised to use the version @{ and
290
290
# @} or use a double escape (\\{ and \\})
291
291
292
- ALIASES = mermaid{1}="@htmlonly <div class=\"mermaid\"> ^^ @endhtmlonly @htmlinclude \"\1.mmd\" @htmlonly ^^ </div> @endhtmlonly"
292
+ ALIASES =
293
293
294
294
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
295
295
# only. Doxygen will then generate output that is more tailored for C. For
@@ -1046,7 +1046,7 @@ EXCLUDE_SYMBOLS =
1046
1046
# that contain example code fragments that are included (see the \include
1047
1047
# command).
1048
1048
1049
- EXAMPLE_PATH = graphs
1049
+ EXAMPLE_PATH =
1050
1050
1051
1051
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
1052
1052
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -1297,7 +1297,7 @@ HTML_HEADER = ./docs/doxygen/doxygen-custom/header.html
1297
1297
# that doxygen normally uses.
1298
1298
# This tag requires that the tag GENERATE_HTML is set to YES.
1299
1299
1300
- HTML_FOOTER = ./docs/doxygen/doxygen-custom/footer.html
1300
+ HTML_FOOTER =
1301
1301
1302
1302
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1303
1303
# sheet that is used by each HTML page. It can be used to fine-tune the look of
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
</ head >
37
37
38
38
< body >
39
- <!-- KDB - trying to add mermaid -->
40
- < script src ="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js "> </ script >
39
+
41
40
<!-- https://tholman.com/github-corners/ -->
42
41
< a href ="https://github.com/sparkfun/SparkFun_Toolkit " class ="github-corner " title ="View source on GitHub ">
43
42
< svg viewBox ="0 0 250 250 " style ="position: absolute; top: 0; border: 0; right: 0; " aria-hidden ="true ">
You can’t perform that action at this time.
0 commit comments