From: Fletcher T. Penney Date: Wed, 10 Oct 2018 03:00:03 +0000 (-0400) Subject: UPDATED: Fix doxygen template X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=779337693efb6e5c6682b5e2845fa95b2b1e29c3;p=multimarkdown UPDATED: Fix doxygen template --- diff --git a/templates/doxygen.conf.in b/templates/doxygen.conf.in index 7db5c97..87aa520 100644 --- a/templates/doxygen.conf.in +++ b/templates/doxygen.conf.in @@ -54,7 +54,7 @@ PROJECT_LOGO = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @PROJECT_BINARY_DIR@/documentation +OUTPUT_DIRECTORY = "@PROJECT_BINARY_DIR@/documentation" # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -654,7 +654,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @CMAKE_CURRENT_LIST_DIR@/README.md @doxygen_src_files@ @doxygen_header_files@ +INPUT = "@CMAKE_CURRENT_LIST_DIR@/README.md" @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