#--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = C/C++ PROJECT_NUMBER = OUTPUT_DIRECTORY = @CMAKE_CURRENT_SOURCE_DIR@/doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = Englisch ... 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 = YES HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = HTML_FOOTER = ... ... GENERATE_LATEX = NO #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = YES