Merge branch 'master' of https://codefirst.iut.uca.fr/git/cedric.charbonnel/SAE201
continuous-integration/drone/push Build is passing Details

master
cedric.charbonnel 2 years ago
commit 73758d03c3

@ -46,7 +46,7 @@ steps:
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
failure: ignore failure: ignore
commands: commands:
- /entrypoint.sh -l SAEC\#/doxygen -t doxygen - /entrypoint.sh -l Documentation/doxygen -t doxygen
when: when:
branch: branch:
- master - master

@ -6,7 +6,7 @@ PROJECT_NAME = "LOLAPP"
PROJECT_NUMBER = 1.0.0 PROJECT_NUMBER = 1.0.0
PROJECT_BRIEF = "A collection of champion information" PROJECT_BRIEF = "A collection of champion information"
PROJECT_LOGO = icon/mylogo.png PROJECT_LOGO = icon/mylogo.png
OUTPUT_DIRECTORY = /docs/doxygen OUTPUT_DIRECTORY = /Documentation/doxygen
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
ALLOW_UNICODE_NAMES = NO ALLOW_UNICODE_NAMES = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
@ -125,7 +125,7 @@ WARN_LOGFILE =
# Configuration options related to the input files # Configuration options related to the input files
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = ../../LOLAPP INPUT = LOLAPP
INPUT_ENCODING = UTF-8 INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \ FILE_PATTERNS = *.c \
*.cc \ *.cc \

Loading…
Cancel
Save