aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Doxyfile.in
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-02 20:05:27 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-02 20:05:27 +0100
commitc9185202fe841984f984326dfc1ab5ef5d00d6f9 (patch)
tree2c84ba1bd1728943b442a18b11c3dea9d3bc86b4 /docs/Doxyfile.in
parent52fb7104141eab51e6f5fbd54027b042ca7c1e08 (diff)
downloadYAGE-c9185202fe841984f984326dfc1ab5ef5d00d6f9.tar.gz
YAGE-c9185202fe841984f984326dfc1ab5ef5d00d6f9.zip
Adding style to css
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