From fd1ee449fb1072ba25b98acddc917aa545305a47 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 18 Jun 2020 19:44:33 +0200 Subject: docs: Add custom stylesheet for a modern responsive documentation style --- docs/doxygen/folder-open.png | Bin 0 -> 625 bytes docs/doxygen/folder.png | Bin 0 -> 498 bytes docs/doxygen/text-x-generic.png | Bin 0 -> 333 bytes doxygen.cfg.in | 8 ++++++-- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 docs/doxygen/folder-open.png create mode 100644 docs/doxygen/folder.png create mode 100644 docs/doxygen/text-x-generic.png diff --git a/docs/doxygen/folder-open.png b/docs/doxygen/folder-open.png new file mode 100644 index 0000000..b67403d Binary files /dev/null and b/docs/doxygen/folder-open.png differ diff --git a/docs/doxygen/folder.png b/docs/doxygen/folder.png new file mode 100644 index 0000000..901edc9 Binary files /dev/null and b/docs/doxygen/folder.png differ diff --git a/docs/doxygen/text-x-generic.png b/docs/doxygen/text-x-generic.png new file mode 100644 index 0000000..2d7f2d6 Binary files /dev/null and b/docs/doxygen/text-x-generic.png differ 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 -- cgit v1.1-32-gdbae