19 lines
515 B
Plaintext
19 lines
515 B
Plaintext
# Doxyfile.in
|
|
|
|
# Doxyfile configuration for Doxygen
|
|
|
|
# Project related configuration options
|
|
PROJECT_NAME = @PROJECT_NAME@
|
|
PROJECT_NUMBER = @PROJECT_VERSION@
|
|
|
|
# Build related configuration options
|
|
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/doc
|
|
GENERATE_HTML = YES
|
|
GENERATE_LATEX = NO
|
|
|
|
# Configuration options related to the input files
|
|
INPUT = @CMAKE_SOURCE_DIR@/include
|
|
|
|
# Configuration options related to the output files
|
|
HTML_OUTPUT = html
|