From 41ca8f2050abde897628d6c690cd49be0686207a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 7 Sep 2023 13:41:47 +0200 Subject: Update Doxyfile.in from doxygen version 1.5.5 to 1.8.14 Most (if not all) doxygen tags introduced after 1.5.5 are commented out to avoid doxygen warnings about obsolete or unknown tags, except those tags that need a specific value. Add 'HTML_COLORSTYLE = TOGGLE' (since 1.9.5) for better user experience. With this tag users can switch between dark and light mode *if* the docs were generated with doxygen 1.9.5 or later. Enable search engine. Log doxygen conversion errors and warnings to Doxy*_error.log, i.e. silence the doxygen conversion process. documentation/src/index.dox: Remove background color from html index page for better contrast when using dark mode. --- documentation/src/index.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/index.dox b/documentation/src/index.dox index c8b5dbba0..48494d229 100644 --- a/documentation/src/index.dox +++ b/documentation/src/index.dox @@ -1,7 +1,7 @@ /** \mainpage FLTK Programming Manual - +
\image html FL200.png @@ -17,7 +17,7 @@
- +
This software and manual are provided under the terms of the GNU @@ -27,7 +27,7 @@
- +
-- cgit v1.2.3