mirror of https://gitee.com/bigwinds/arangodb
adjusted Documentation Makefile
This commit is contained in:
parent
47ad5e1139
commit
b258ec7c9f
|
@ -31,15 +31,16 @@ DOXYGEN = \
|
|||
Doxygen/js/common/bootstrap/module-fs.c \
|
||||
Doxygen/js/common/bootstrap/modules.c \
|
||||
Doxygen/js/common/modules/jsunity.c \
|
||||
Doxygen/js/common/modules/org/arangodb/graph.c \
|
||||
Doxygen/js/common/modules/org/arangodb/simple-query-common.c \
|
||||
Doxygen/js/common/modules/org/arangodb/arango-statement-common.c \
|
||||
Doxygen/js/common/modules/org/arangodb/arango-collection-common.c \
|
||||
Doxygen/js/common/modules/org/arangodb/graph-common.c \
|
||||
Doxygen/js/common/modules/org/arangodb/users.c \
|
||||
Doxygen/js/server/modules/org/arangodb/actions.c \
|
||||
Doxygen/js/server/modules/org/arangodb/arango-database.c \
|
||||
Doxygen/js/server/modules/org/arangodb/simple-query.c \
|
||||
Doxygen/js/server/modules/org/arangodb/arango-collection.c \
|
||||
Doxygen/js/server/modules/org/arangodb/graph.c \
|
||||
Doxygen/js/server/server.c
|
||||
|
||||
################################################################################
|
||||
|
@ -63,7 +64,6 @@ WIKI = \
|
|||
Graphs \
|
||||
Home \
|
||||
HttpBatch \
|
||||
HttpBlueprints \
|
||||
HttpCollection \
|
||||
HttpCursor \
|
||||
HttpGraph \
|
||||
|
|
Loading…
Reference in New Issue