gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Quote path names.
0 1 0
default
1 file changed with 14 insertions and 14 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -15,8 +15,8 @@
15 15
ALWAYS_DETAILED_SEC    = NO
16 16
INLINE_INHERITED_MEMB  = NO
17 17
FULL_PATH_NAMES        = YES
18
STRIP_FROM_PATH        = @abs_top_srcdir@
19
STRIP_FROM_INC_PATH    = @abs_top_srcdir@
18
STRIP_FROM_PATH        = "@abs_top_srcdir@"
19
STRIP_FROM_INC_PATH    = "@abs_top_srcdir@"
20 20
SHORT_NAMES            = YES
21 21
JAVADOC_AUTOBRIEF      = NO
22 22
QT_AUTOBRIEF           = NO
... ...
@@ -80,13 +80,13 @@
80 80
#---------------------------------------------------------------------------
81 81
# configuration options related to the input files
82 82
#---------------------------------------------------------------------------
83
INPUT                  = @abs_top_srcdir@/doc \
84
                         @abs_top_srcdir@/lemon \
85
                         @abs_top_srcdir@/lemon/bits \
86
                         @abs_top_srcdir@/lemon/concepts \
87
                         @abs_top_srcdir@/demo \
88
                         @abs_top_srcdir@/tools \
89
                         @abs_top_srcdir@/test/test_tools.h
83
INPUT                  = "@abs_top_srcdir@/doc" \
84
                         "@abs_top_srcdir@/lemon" \
85
                         "@abs_top_srcdir@/lemon/bits" \
86
                         "@abs_top_srcdir@/lemon/concepts" \
87
                         "@abs_top_srcdir@/demo" \
88
                         "@abs_top_srcdir@/tools" \
89
                         "@abs_top_srcdir@/test/test_tools.h"
90 90
INPUT_ENCODING         = UTF-8
91 91
FILE_PATTERNS          = *.h \
92 92
                         *.cc \
... ...
@@ -96,13 +96,13 @@
96 96
EXCLUDE_SYMLINKS       = NO
97 97
EXCLUDE_PATTERNS       = 
98 98
EXCLUDE_SYMBOLS        = 
99
EXAMPLE_PATH           = @abs_top_srcdir@/demo \
100
                         @abs_top_srcdir@/LICENSE \
101
                         @abs_top_srcdir@/doc
99
EXAMPLE_PATH           = "@abs_top_srcdir@/demo" \
100
                         "@abs_top_srcdir@/LICENSE" \
101
                         "@abs_top_srcdir@/doc"
102 102
EXAMPLE_PATTERNS       = 
103 103
EXAMPLE_RECURSIVE      = NO
104
IMAGE_PATH             = @abs_top_srcdir@/doc/images \
105
                         @abs_top_builddir@/doc/gen-images
104
IMAGE_PATH             = "@abs_top_srcdir@/doc/images" \
105
                         "@abs_top_builddir@/doc/gen-images"
106 106
INPUT_FILTER           = 
107 107
FILTER_PATTERNS        = 
108 108
FILTER_SOURCE_FILES    = NO
0 comments (0 inline)