From e5b1d40e09b35ae0df2eb305c40ef57dcb38b2d0 Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 14:16:26 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Documentation/?= =?UTF-8?q?doxygen/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 \ From b23448807edde5d5dfc8db0f49cc532b1fe88e6a Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 14:17:06 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Documentation/?= =?UTF-8?q?doxygen/Doxyfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 00cf1af..ae6b25d 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = src +INPUT = LOLAPP INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ From 6f9100830fe88ccfbe418e67f9f9e96008072fd2 Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 14:18:16 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d881a01..2c6b1c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest failure: ignore commands: - - /entrypoint.sh -l SAEC\#/doxygen -t doxygen + - /entrypoint.sh -l Documentation/doxygen -t doxygen when: branch: - master