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 \