Skip to content

Commit b2cbbe4

Browse files
committed
Edit Doxyfile to change colour scheme and use CSS
Also moved custom CSS to /cmake_templates
1 parent 218144d commit b2cbbe4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cmake_templates/Doxyfile.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,12 @@ HTML_FOOTER =
838838

839839
HTML_STYLESHEET =
840840

841+
# @tomchadwin addition - NEEDS Doxygen version bump to work.
842+
# Assumes Doxygen is run from this directory (/cmake_templates) - if not,
843+
# must specify correct path
844+
845+
HTML_EXTRA_STYLESHEET = api_custom.css
846+
841847
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
842848
# Doxygen will adjust the colors in the stylesheet and background images
843849
# according to this color. Hue is specified as an angle on a colorwheel,
@@ -846,7 +852,7 @@ HTML_STYLESHEET =
846852
# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
847853
# The allowed range is 0 to 359.
848854

849-
HTML_COLORSTYLE_HUE = 220
855+
HTML_COLORSTYLE_HUE = 113
850856

851857
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
852858
# the colors in the HTML output. For a value of 0 the output will use
File renamed without changes.

0 commit comments

Comments
 (0)