mirror of https://gitee.com/bigwinds/arangodb
@startDocuBlock removed from non used code block
This commit is contained in:
parent
70f4da0534
commit
c9ece0af5c
|
@ -805,7 +805,6 @@ ArangoCollection.prototype.fulltext = function (attribute, query, iid) {
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief iterators over some elements of a collection
|
||||
/// @startDocuBlock collectionIterate
|
||||
/// `collection.iterate(iterator, options)`
|
||||
///
|
||||
/// Iterates over some elements of the collection and apply the function
|
||||
|
@ -828,7 +827,6 @@ ArangoCollection.prototype.fulltext = function (attribute, query, iid) {
|
|||
/// arango> db.example.index("93013/0");
|
||||
/// { "id" : "93013/0", "type" : "primary", "fields" : ["_id"] }
|
||||
/// ```
|
||||
/// @endDocuBlock
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
ArangoCollection.prototype.iterate = function (iterator, options) {
|
||||
|
|
Loading…
Reference in New Issue