diff --git a/.drone.yml b/.drone.yml index f1f5e61..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 -t doxyfile + - /entrypoint.sh -l SAEC\#/doxygen -t doxygen when: branch: - master diff --git a/SAEC#/doxygen/doxyfile b/SAEC#/doxygen/Doxyfile similarity index 99% rename from SAEC#/doxygen/doxyfile rename to 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 \