mirror of https://gitee.com/bigwinds/arangodb
generated files
This commit is contained in:
parent
f33d1051cc
commit
538bb68a1d
|
@ -1682,8 +1682,10 @@ UNITTESTS_SERVER_BITARRAY = $(addprefix --javascript.unit-tests ,$(BITARRAY_COMM
|
|||
GTAGS_FILES = $(sort $(abspath $(SOURCES) $(HEADERS)))
|
||||
DOXYGEN_TOC = \
|
||||
Documentation/DbaManual/DbaManual.md \
|
||||
Documentation/ImplementorManual/ImplementorManual.md \
|
||||
Documentation/InstallationManual/InstallationManual.md \
|
||||
Documentation/Manual/Home.md \
|
||||
Documentation/RefManual/RefManual.md \
|
||||
Documentation/UserManual/UserManual.md
|
||||
|
||||
|
||||
|
@ -1746,12 +1748,13 @@ WIKI = \
|
|||
HttpImport \
|
||||
HttpIndex \
|
||||
HttpMisc \
|
||||
HttpQueries \
|
||||
HttpQuery \
|
||||
HttpSimple \
|
||||
HttpSystem \
|
||||
ImpManual \
|
||||
ImpManualBasics \
|
||||
ImplementorManual \
|
||||
ImplementorManualArangoErrors \
|
||||
IndexBitArray \
|
||||
IndexCap \
|
||||
IndexCapHttp \
|
||||
|
@ -1775,6 +1778,7 @@ WIKI = \
|
|||
NewFeatures11 \
|
||||
NewFeatures12 \
|
||||
RefManual \
|
||||
RefManualArangoErrors \
|
||||
RestDocument \
|
||||
RestEdge \
|
||||
SimpleQueries \
|
||||
|
|
Loading…
Reference in New Issue