From 5c00a6ff3e39861a0cf33c07804b52a468818692 Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 15 Jan 2021 12:20:23 +0100 Subject: [PATCH] :memo: Update doxygen config --- Doxyfile.conf | 7 +++++-- include/moFileReader.hpp | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Doxyfile.conf b/Doxyfile.conf index 90a1546..b796d1b 100644 --- a/Doxyfile.conf +++ b/Doxyfile.conf @@ -1,8 +1,8 @@ PROJECT_NAME = MofileReader SHOW_FILES = YES EXTRACT_ALL = YES -EXTRACT_PRIVATE = YES -EXTRACT_PACKAGE = YES +EXTRACT_PRIVATE = NO +EXTRACT_PACKAGE = NO EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = YES EXTRACT_LOCAL_METHODS = YES @@ -18,6 +18,9 @@ UML_LOOK = YES MULTILINE_CPP_IS_BRIEF = YES HTML_TIMESTAMP = YES HTML_DYNAMIC_SECTIONS = YES +HTML_COLORSTYLE_HUE = 29 +HTML_COLORSTYLE_SAT = 255 +HTML_COLORSTYLE_GAMMA = 240 HAVE_DOT = YES DOT_IMAGE_FORMAT = svg INTERACTIVE_SVG = YES diff --git a/include/moFileReader.hpp b/include/moFileReader.hpp index e0c1dab..e0c9a09 100644 --- a/include/moFileReader.hpp +++ b/include/moFileReader.hpp @@ -149,7 +149,6 @@ * * Gettext is part of the GNU-Tools and (C) by the Free Software Foundation.\n * Visual C++ Express is a registered Trademark of Microsoft, One Microsoft Way, Redmond, USA.\n - * moFileReader is using NSIS for creating the setup-package. \n * All other Trademarks are property of their respective owners. \n * \n * Thanks for using this piece of OpenSource-Software.\n