summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-18 19:44:33 +0200
committerGravatar Martin Szulecki2020-07-30 14:38:21 +0200
commitfd1ee449fb1072ba25b98acddc917aa545305a47 (patch)
tree455e7e02bd138050074c1acc52e2a03ce723d94c /doxygen.cfg.in
parent360703bb34d87b45ba981f5984c5d3fc990028fa (diff)
downloadlibimobiledevice-fd1ee449fb1072ba25b98acddc917aa545305a47.tar.gz
libimobiledevice-fd1ee449fb1072ba25b98acddc917aa545305a47.tar.bz2
docs: Add custom stylesheet for a modern responsive documentation style
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 3f006a3..b92f9d2 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -1159,7 +1159,8 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_STYLESHEET =
+HTML_EXTRA_STYLESHEET = \
+ docs/doxygen/custom.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
@@ -1169,7 +1170,10 @@ HTML_EXTRA_STYLESHEET =
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_FILES =
+HTML_EXTRA_FILES = \
+ docs/doxygen/folder.png \
+ docs/doxygen/folder-open.png \
+ docs/doxygen/text-x-generic.png
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to