From a5b289df86edda3315bcdd8b5d452f2ee95744d6 Mon Sep 17 00:00:00 2001 From: mulbric1 Date: Tue, 4 Jun 2024 15:29:05 +0000 Subject: [PATCH] Update doxygen.txt --- doxygen.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doxygen.txt b/doxygen.txt index 26abd6f..c610553 100644 --- a/doxygen.txt +++ b/doxygen.txt @@ -863,8 +863,10 @@ WARN_LOGFILE = # directories like /usr/src/myproject. Separate the files or directories with # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. +USE_MDFILE_AS_MAINPAGE = ../README.md -INPUT = src +INPUT = ../README.md \ + src # 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