C_CPP/Doxyfile

43 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-11-25 11:42:25 +01:00
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = C/C++
PROJECT_NUMBER =
OUTPUT_DIRECTORY = /home/joethei/workspaces/C_CPP/doc
2018-11-25 11:42:25 +01:00
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = Englisch
2018-11-25 11:42:25 +01:00
...
JAVADOC_AUTOBRIEF = YES
...
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = NO
...
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = /home/joethei/workspaces/C_CPP/src/
2018-11-25 11:42:25 +01:00
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =
...
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
...
...
GENERATE_LATEX = NO
#---------------------------------------------------------------------------
# Configuration::additions related to the search engine
#---------------------------------------------------------------------------
SEARCHENGINE = YES