Skip to content

Commit

Permalink
nope to mermaid!
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Feb 26, 2025
1 parent 72ed776 commit 3e1f9f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
6 changes: 3 additions & 3 deletions docs/doxygen/doxygen-config
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ TAB_SIZE = 4
# with the commands \{ and \} for these it is advised to use the version @{ and
# @} or use a double escape (\\{ and \\})

ALIASES = mermaid{1}="@htmlonly <div class=\"mermaid\"> ^^ @endhtmlonly @htmlinclude \"\1.mmd\" @htmlonly ^^ </div> @endhtmlonly"
ALIASES =

# 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 @@ -1046,7 +1046,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).

EXAMPLE_PATH = graphs
EXAMPLE_PATH =

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
Expand Down Expand Up @@ -1297,7 +1297,7 @@ HTML_HEADER = ./docs/doxygen/doxygen-custom/header.html
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_FOOTER = ./docs/doxygen/doxygen-custom/footer.html
HTML_FOOTER =

# 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
11 changes: 0 additions & 11 deletions docs/doxygen/doxygen-custom/footer.html

This file was deleted.

3 changes: 1 addition & 2 deletions docs/doxygen/doxygen-custom/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
</head>

<body>
<!-- KDB - trying to add mermaid -->
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>

<!-- https://tholman.com/github-corners/ -->
<a href="https://github.com/sparkfun/SparkFun_Toolkit" class="github-corner" title="View source on GitHub">
<svg viewBox="0 0 250 250" style="position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
Expand Down

0 comments on commit 3e1f9f9

Please sign in to comment.