2019-01-04 22:19:13 +01:00
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Project related configuration options
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
PROJECT_NAME = C/C++
|
|
|
|
PROJECT_NUMBER =
|
2019-01-04 22:25:16 +01:00
|
|
|
OUTPUT_DIRECTORY = doc/
|
2019-01-04 22:19:13 +01:00
|
|
|
CREATE_SUBDIRS = NO
|
|
|
|
OUTPUT_LANGUAGE = German
|
|
|
|
...
|
|
|
|
JAVADOC_AUTOBRIEF = YES
|
|
|
|
...
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Build related configuration options
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
EXTRACT_ALL = NO
|
|
|
|
...
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# configuration options related to the input files
|
|
|
|
#---------------------------------------------------------------------------
|
2019-01-04 22:25:16 +01:00
|
|
|
INPUT = src/
|
2019-01-04 22:19:13 +01:00
|
|
|
FILE_PATTERNS =
|
|
|
|
RECURSIVE = YES
|
|
|
|
EXCLUDE =
|
|
|
|
...
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# configuration options related to the HTML output
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
GENERATE_HTML = NO
|
|
|
|
GENERATE_XML = YES
|
|
|
|
XML_PROGRAMLISTING = NO
|
|
|
|
...
|
|
|
|
...
|
|
|
|
|
|
|
|
GENERATE_LATEX = NO
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Configuration::additions related to the search engine
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
SEARCHENGINE = YES
|
|
|
|
|
|
|
|
|