From c9185202fe841984f984326dfc1ab5ef5d00d6f9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 2 Apr 2018 20:05:27 +0100 Subject: Adding style to css --- docs/Doxyfile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/Doxyfile.in') 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 -- cgit