From 804e9d2d3387ea90b6a77fdcd758b7d6d201ca1e Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 13:53:50 +0200 Subject: [PATCH 1/4] =?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 f1f5e61..cbc410a 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 doxyfile + - /entrypoint.sh -l SAEC\#/doxygen/doxyfile -t doxygen when: branch: - master From 3c12381ded409ecb2f6388633f55469b757e3f96 Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 13:55:02 +0200 Subject: [PATCH 2/4] =?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 cbc410a..d881a01 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/doxyfile -t doxygen + - /entrypoint.sh -l SAEC\#/doxygen -t doxygen when: branch: - master From 3e25eaa54582adabe86ad5e6cd305e1c9df4a634 Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 13:58:44 +0200 Subject: [PATCH 3/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'SAEC#/doxygen/?= =?UTF-8?q?Doxyfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SAEC#/doxygen/{doxyfile => Doxyfile} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SAEC#/doxygen/{doxyfile => Doxyfile} (100%) diff --git a/SAEC#/doxygen/doxyfile b/SAEC#/doxygen/Doxyfile similarity index 100% rename from SAEC#/doxygen/doxyfile rename to SAEC#/doxygen/Doxyfile From b4d7bbe8725b47948c1a0253a5eb5d75675bebca Mon Sep 17 00:00:00 2001 From: Cedric CHARBONNEL Date: Sat, 10 Jun 2023 14:03:58 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'SAEC#/doxygen/?= =?UTF-8?q?Doxyfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SAEC#/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAEC#/doxygen/Doxyfile b/SAEC#/doxygen/Doxyfile index 82a642b..7df531a 100644 --- a/SAEC#/doxygen/Doxyfile +++ b/SAEC#/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../sources +INPUT = ../../LOLAPP INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \