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