1
0
Fork 0

Merge pull request #1716 from kibarda/devel

doc: added link between Aql User Defined Functions and HTTP Aql chapters
This commit is contained in:
Wilfried Goesgens 2016-02-09 11:33:57 +01:00
commit 17f4369413
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ var aqlfunctions = require("@arangodb/aql/functions");
To register a function, the fully qualified function name plus the
function code must be specified.
The [HTTP Interface](../HttpAqlUserFunctions/README.md) also offers User Functions management.
!SUBSECTION Registering an AQL user function
`aqlfunctions.register(name, code, isDeterministic)`