From 39100857ba1769fe236923bb5e99ba915433a0b3 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 18 Oct 2022 18:12:54 +0300 Subject: [PATCH] fix documentation --- doxygen.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doxygen.conf b/doxygen.conf index 18b6ded8..62484c04 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -790,8 +790,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ./md/README.md - ./md +INPUT = ./md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -983,7 +982,7 @@ FILTER_SOURCE_PATTERNS = # (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 = ./README.md +USE_MDFILE_AS_MAINPAGE = ./md/README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing