From f37a8c7c7024d96ef360b654b6ab21644891a3f5 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Thu, 8 Jun 2023 14:31:10 +0200 Subject: [PATCH 1/2] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 40db241..315c6a6 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = MangaMap +INPUT = src/MangaMap INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ From 14e64eeb759df2e645b31f9f543c58f010aea9c3 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Thu, 8 Jun 2023 14:34:50 +0200 Subject: [PATCH 2/2] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 315c6a6..02fd53f 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = src/MangaMap +INPUT = src INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \