We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b80ced commit 03da61dCopy full SHA for 03da61d
cmake_templates/Doxyfile.in
@@ -841,9 +841,9 @@ HTML_STYLESHEET =
841
# @tomchadwin addition - HTML_EXTRA_STYLESHEET needs Doxygen version bump to
842
# work.
843
# Assumes Doxygen is run from this directory (/cmake_templates) - if not,
844
-# must specify correct path
+# correct the path
845
846
-HTML_EXTRA_STYLESHEET = api_custom.css
+HTML_EXTRA_STYLESHEET = ../doc/api_custom.css
847
848
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
849
# Doxygen will adjust the colors in the stylesheet and background images
cmake_templates/api_custom.css renamed to doc/api_custom.css
0 commit comments