doxygen-utils
Doxygen utilities
|
The doxygen-awesome-alerts
extension provides support for GitHub's alert syntax. See [Markdown] An option to highlight a "Note" and "Warning" using blockquote (Beta) for more information.
doxygen-awesome/doxygen-awesome-alerts.js
to HTML_EXTRA_FILES
in your Doxyfile[!TIP] If you have already created a custom
HTML_HEADER
you can skip the next 2 steps
doxygen -w html header.html delete_me.html delete_me.css
in a command prompt and delete the files called delete_me
HTML_HEADER
to the path of your header.html
file in your Doxyfile<head>
node of your header.html
header.html
's <head>
node.The supported tags
Marker |
---|
[!NOTE] |
[!TIP] |
[!IMPORTANT] |
[!WARNING] |
[!CAUTION] |
will now be replaced in all quotes.
[!NOTE] Highlights information that users should take into account, even when skimming.
[!TIP] Optional information to help a user be more successful.
[!IMPORTANT] Crucial information necessary for users to succeed.
[!WARNING] Critical content demanding immediate user attention due to potential risks.
[!CAUTION] Negative potential consequences of an action.
[!CAUTION]
Foo Bar
[!UNRECOGNIZED] This will not be replaced
[!UNCLOSED The tag was not closed, so this will not be replaced either.