From ceab2f5407212db4d39430a8874dd6ea1572aed3 Mon Sep 17 00:00:00 2001 From: zkasmi <zkasmi@inf.fu-berlin.de> Date: Sun, 22 Mar 2020 00:25:07 +0100 Subject: [PATCH] Readme files excluded & absolut paths disabled. --- doc/doxygen/src/RcdMathLib.doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/src/RcdMathLib.doxyfile b/doc/doxygen/src/RcdMathLib.doxyfile index b981ecc..ac1ea9e 100644 --- a/doc/doxygen/src/RcdMathLib.doxyfile +++ b/doc/doxygen/src/RcdMathLib.doxyfile @@ -946,7 +946,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = README.md # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -2003,7 +2003,7 @@ RTF_SOURCE_CODE = NO # classes and files. # The default value is: NO. -GENERATE_MAN = YES +GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of -- GitLab