playground/cmake_demo/simple_library/Doxyfile.in
2024-08-31 22:26:15 -04:00

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