From 80bba534c16b0740e3643f6f8bdc8dc41cb5f726 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Wed, 7 Jun 2023 13:54:54 +0200 Subject: [PATCH] Update 'Documentation/doxygen/Doxyfile' --- Documentation/doxygen/Doxyfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile index 511535c..3e86dc2 100644 --- a/Documentation/doxygen/Doxyfile +++ b/Documentation/doxygen/Doxyfile @@ -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 \