41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
|
#---------------------------------------------------------------------------
|
||
|
# Project related configuration options
|
||
|
#---------------------------------------------------------------------------
|
||
|
PROJECT_NAME = C/C++
|
||
|
PROJECT_NUMBER =
|
||
|
OUTPUT_DIRECTORY = @CMAKE_CURRENT_SOURCE_DIR@/doc
|
||
|
CREATE_SUBDIRS = NO
|
||
|
OUTPUT_LANGUAGE = German
|
||
|
...
|
||
|
JAVADOC_AUTOBRIEF = YES
|
||
|
...
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Build related configuration options
|
||
|
#---------------------------------------------------------------------------
|
||
|
EXTRACT_ALL = NO
|
||
|
...
|
||
|
#---------------------------------------------------------------------------
|
||
|
# configuration options related to the input files
|
||
|
#---------------------------------------------------------------------------
|
||
|
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/
|
||
|
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
|
||
|
|
||
|
|