From e5b1d40e09b35ae0df2eb305c40ef57dcb38b2d0 Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 14:16:26 +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 7df531a..00cf1af 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -6,7 +6,7 @@ PROJECT_NAME = "LOLAPP" PROJECT_NUMBER = 1.0.0 PROJECT_BRIEF = "A collection of champion information" PROJECT_LOGO = icon/mylogo.png -OUTPUT_DIRECTORY = /docs/doxygen +OUTPUT_DIRECTORY = /Documentation/doxygen CREATE_SUBDIRS = NO ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = English @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../LOLAPP +INPUT = src INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \