]> granicus.if.org Git - multimarkdown/commitdiff
UPDATED: Fix doxygen template
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 10 Oct 2018 03:00:03 +0000 (23:00 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 10 Oct 2018 03:00:03 +0000 (23:00 -0400)
templates/doxygen.conf.in

index 7db5c97882a7039d4ef327a5298a24902a3d63c1..87aa5206c0506150044cc771ddf1f0ce8d4ebe42 100644 (file)
@@ -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