Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Doxygen Avesome implementation of Fragment Copy button
Browse files Browse the repository at this point in the history
Use doxygen's fragment copy button (HTML_COPY_CLIPBOARD)
rmisev committed Apr 16, 2024
1 parent 3fd008b commit ff75f60
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -1421,7 +1421,6 @@ HTML_EXTRA_STYLESHEET = doc/theme/doxygen-awesome.css
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_FILES = doc/theme/doxygen-awesome-darkmode-toggle.js \
doc/theme/doxygen-awesome-fragment-copy-button.js \
doc/theme/doxygen-awesome-paragraph-link.js

# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1 change: 0 additions & 1 deletion doc/download-theme.sh
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ mkdir -p ${p}/theme

for f in doxygen-awesome.css \
doxygen-awesome-darkmode-toggle.js \
doxygen-awesome-fragment-copy-button.js \
doxygen-awesome-paragraph-link.js
do
curl -fsS -o ${p}/theme/${f} https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/${VERSION}/${f}
1 change: 0 additions & 1 deletion doc/header.html
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
$mathjax
$darkmode
<script type="text/javascript" src="$relpath^doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript" src="$relpath^doxygen-awesome-fragment-copy-button.js"></script>
<script type="text/javascript" src="$relpath^doxygen-awesome-paragraph-link.js"></script>
<script type="text/javascript" src="$relpath^../common/version-select.js"></script>
<script type="text/javascript">

0 comments on commit ff75f60

Please sign in to comment.