From c3fd788a42f63ec7e7032f92c7b6f3945a0223bf Mon Sep 17 00:00:00 2001 From: Remi LAVERGNE Date: Sat, 10 Jun 2023 21:59:40 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'documentation/doxy?= =?UTF-8?q?gen/Doxyfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/doxygen/Doxyfile b/documentation/doxygen/Doxyfile index 79b9d98..6e33593 100644 --- a/documentation/doxygen/Doxyfile +++ b/documentation/doxygen/Doxyfile @@ -6,7 +6,7 @@ PROJECT_NAME = "GameAtlas" PROJECT_NUMBER = 1.0.0 PROJECT_BRIEF = "Une Application Android .NET MAUI avec XAML et C#" PROJECT_LOGO = images/mylogo.png -OUTPUT_DIRECTORY = /docs/doxygen +OUTPUT_DIRECTORY = /documentation/doxygen CREATE_SUBDIRS = NO ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = French @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../Sources +INPUT = Sources INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \