1
0
Fork 0

updated documentation

This commit is contained in:
Jan Steemann 2013-01-28 17:38:01 +01:00
parent d4d7123cc8
commit 8af42cde31
2 changed files with 4 additions and 7 deletions

View File

@ -20,7 +20,7 @@ v1.2.alpha (XXXX-XX-XX)
* issue #374: prevent endless redirects when calling admin interface with * issue #374: prevent endless redirects when calling admin interface with
unexpected URLs unexpected URLs
* issue #373: TRAVERSE() `trackPaths` option does not work. Instead `paths` does work * issue #373: TRAVERSAL() `trackPaths` option does not work. Instead `paths` does work
* issue #358: added support for CORS * issue #358: added support for CORS
@ -33,9 +33,9 @@ v1.2.alpha (XXXX-XX-XX)
additionally return the number of shapes used in the collection in the additionally return the number of shapes used in the collection in the
extra attribute "shapes.count" extra attribute "shapes.count"
* added experimental AQL TREE() function to return a hierchical result from a * added AQL TRAVERSAL_TREE() function to return a hierchical result from a traversal
traversal. the function name, signature, and behavior are likely to change
later. * added AQL TRAVERSAL() function to return the results from a traversal
* added AQL function ATTRIBUTES() to return the attribute names of a document * added AQL function ATTRIBUTES() to return the attribute names of a document

View File

@ -1098,9 +1098,6 @@
/// ///
/// @verbinclude aqltree /// @verbinclude aqltree
/// ///
/// NOTE: the @LIT{TRAVERSAL_TREE} function is still experimental. Its name, signature, and behavior might
/// change.
///
/// @subsubsection AqlFunctionsControl Control flow functions /// @subsubsection AqlFunctionsControl Control flow functions
/// ///
/// AQL offers the following functions to let the user control the flow of operations: /// AQL offers the following functions to let the user control the flow of operations: