Update 'Documentation/doxygen/Doxyfile'
continuous-integration/drone/push Build is failing Details

pull/52/head
Antoine PEREDERII 2 years ago
parent ae3d8e4662
commit 80bba534c1

@ -2,11 +2,11 @@
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "My Project"
PROJECT_NAME = "Banquale"
PROJECT_NUMBER = 1.0.0
PROJECT_BRIEF = "A brief description of your project"
PROJECT_LOGO = images/mylogo.png
OUTPUT_DIRECTORY = /docs/doxygen
PROJECT_BRIEF = "This is a bank app"
PROJECT_LOGO = Documentation/images/BanqualeLogo1080x1080.png
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 = ../../Sources
INPUT = ../../src/Banquale
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \

Loading…
Cancel
Save