From e65158a0326108d1fc724ee683b7fa900ef2671a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 26 Jan 2023 13:07:07 +0100 Subject: More tests and documentation Also, split out platform-specific parts and add mocks for tests. --- Doxyfile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index bc61b49..7d47437 100644 --- a/Doxyfile +++ b/Doxyfile @@ -827,7 +827,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 = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names @@ -921,13 +921,6 @@ FILTER_SOURCE_FILES = NO FILTER_SOURCE_PATTERNS = -# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that -# is part of the input, its contents will be placed on the main page -# (index.html). This can be useful if you have a project on for instance GitHub -# and want to reuse the introduction page also for the doxygen output. - -USE_MDFILE_AS_MAINPAGE = - # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common # extension is to allow longer lines before the automatic comment starts. The @@ -1680,3 +1673,6 @@ EXTERNAL_SEARCH_ID = EXTRA_SEARCH_MAPPINGS = GENERATE_LATEX = NO + +INPUT += README.md +USE_MDFILE_AS_MAINPAGE = README.md -- cgit v1.2.3