1
0
Fork 0

@startDocuBlock removed from non used code block

This commit is contained in:
Thomas Schmidts 2014-07-08 15:40:30 +02:00
parent 70f4da0534
commit c9ece0af5c
1 changed files with 0 additions and 2 deletions

View File

@ -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) {