# Generate doxygen configuration file
+string(REGEX REPLACE ";" " " src_files ${doxygen_src_files} )
+string(REGEX REPLACE ";" " " header_files ${doxygen_header_files} )
+
configure_file (
"${PROJECT_SOURCE_DIR}/templates/doxygen.conf.in"
"${PROJECT_BINARY_DIR}/doxygen.conf"
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @src_files@ @header_files@
+INPUT = @doxygen_src_files@ @doxygen_header_files@
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is