aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Doxyfile.in')
-rw-r--r--docs/Doxyfile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index 21fdf62b..be7d2e21 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -875,7 +875,9 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = docs/README.md
+EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/docs/README.md \
+ @CMAKE_CURRENT_SOURCE_DIR@/docs/m-css/*
+
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1175,7 +1177,7 @@ 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 = @CMAKE_CURRENT_SOURCE_DIR@/docs/style.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