Quote path names.
1.1 --- a/doc/Doxyfile.in Fri Jul 18 16:36:54 2008 +0100
1.2 +++ b/doc/Doxyfile.in Fri Jul 18 16:36:57 2008 +0100
1.3 @@ -15,8 +15,8 @@
1.4 ALWAYS_DETAILED_SEC = NO
1.5 INLINE_INHERITED_MEMB = NO
1.6 FULL_PATH_NAMES = YES
1.7 -STRIP_FROM_PATH = @abs_top_srcdir@
1.8 -STRIP_FROM_INC_PATH = @abs_top_srcdir@
1.9 +STRIP_FROM_PATH = "@abs_top_srcdir@"
1.10 +STRIP_FROM_INC_PATH = "@abs_top_srcdir@"
1.11 SHORT_NAMES = YES
1.12 JAVADOC_AUTOBRIEF = NO
1.13 QT_AUTOBRIEF = NO
1.14 @@ -80,13 +80,13 @@
1.15 #---------------------------------------------------------------------------
1.16 # configuration options related to the input files
1.17 #---------------------------------------------------------------------------
1.18 -INPUT = @abs_top_srcdir@/doc \
1.19 - @abs_top_srcdir@/lemon \
1.20 - @abs_top_srcdir@/lemon/bits \
1.21 - @abs_top_srcdir@/lemon/concepts \
1.22 - @abs_top_srcdir@/demo \
1.23 - @abs_top_srcdir@/tools \
1.24 - @abs_top_srcdir@/test/test_tools.h
1.25 +INPUT = "@abs_top_srcdir@/doc" \
1.26 + "@abs_top_srcdir@/lemon" \
1.27 + "@abs_top_srcdir@/lemon/bits" \
1.28 + "@abs_top_srcdir@/lemon/concepts" \
1.29 + "@abs_top_srcdir@/demo" \
1.30 + "@abs_top_srcdir@/tools" \
1.31 + "@abs_top_srcdir@/test/test_tools.h"
1.32 INPUT_ENCODING = UTF-8
1.33 FILE_PATTERNS = *.h \
1.34 *.cc \
1.35 @@ -96,13 +96,13 @@
1.36 EXCLUDE_SYMLINKS = NO
1.37 EXCLUDE_PATTERNS =
1.38 EXCLUDE_SYMBOLS =
1.39 -EXAMPLE_PATH = @abs_top_srcdir@/demo \
1.40 - @abs_top_srcdir@/LICENSE \
1.41 - @abs_top_srcdir@/doc
1.42 +EXAMPLE_PATH = "@abs_top_srcdir@/demo" \
1.43 + "@abs_top_srcdir@/LICENSE" \
1.44 + "@abs_top_srcdir@/doc"
1.45 EXAMPLE_PATTERNS =
1.46 EXAMPLE_RECURSIVE = NO
1.47 -IMAGE_PATH = @abs_top_srcdir@/doc/images \
1.48 - @abs_top_builddir@/doc/gen-images
1.49 +IMAGE_PATH = "@abs_top_srcdir@/doc/images" \
1.50 + "@abs_top_builddir@/doc/gen-images"
1.51 INPUT_FILTER =
1.52 FILTER_PATTERNS =
1.53 FILTER_SOURCE_FILES = NO