1
0
Fork 0

fixed doxygen errors

This commit is contained in:
Jan Steemann 2012-06-13 13:27:24 +02:00
parent e3a075057f
commit 2edee7a72f
3 changed files with 13 additions and 11 deletions

View File

@ -641,7 +641,7 @@ INPUT = \
./lib/Rest \
./lib/ShapedJson \
./lib/UserManager \
./lib/V8 \
./lib/V8
# 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

View File

@ -631,7 +631,8 @@ INPUT = \
./arangod/Ahuacatl \
./arangod/RestHandler \
./arangod/RestServer \
./arangod/VocBase
./arangod/V8Server \
./arangod/VocBase \
./lib/Admin \
./lib/ApplicationServer \
./lib/Basics \
@ -640,7 +641,7 @@ INPUT = \
./lib/Rest \
./lib/ShapedJson \
./lib/UserManager \
./lib/V8 \
./lib/V8
# 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
@ -671,9 +672,9 @@ RECURSIVE = YES
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = \
./V8/v8-json.h \
./V8/v8-json.cpp \
./Ahuacatl/ahuacatl-tokens.c
./lib/V8/v8-json.h \
./lib/V8/v8-json.cpp \
./arangod/Ahuacatl/ahuacatl-tokens.c
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded

View File

@ -631,7 +631,8 @@ INPUT = \
@srcdir@/arangod/Ahuacatl \
@srcdir@/arangod/RestHandler \
@srcdir@/arangod/RestServer \
@srcdir@/arangod/VocBase
@srcdir@/arangod/V8Server \
@srcdir@/arangod/VocBase \
@srcdir@/lib/Admin \
@srcdir@/lib/ApplicationServer \
@srcdir@/lib/Basics \
@ -640,7 +641,7 @@ INPUT = \
@srcdir@/lib/Rest \
@srcdir@/lib/ShapedJson \
@srcdir@/lib/UserManager \
@srcdir@/lib/V8 \
@srcdir@/lib/V8
# 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
@ -671,9 +672,9 @@ RECURSIVE = YES
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = \
@srcdir@/V8/v8-json.h \
@srcdir@/V8/v8-json.cpp \
@srcdir@/Ahuacatl/ahuacatl-tokens.c
@srcdir@/lib/V8/v8-json.h \
@srcdir@/lib/V8/v8-json.cpp \
@srcdir@/arangod/Ahuacatl/ahuacatl-tokens.c
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded