1
0
Fork 0

fixed documentation errors

This commit is contained in:
Jan Steemann 2015-09-28 11:56:39 +02:00
parent a243661bbe
commit 2353fc648f
1 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ ArangoCollection.prototype.edges = function (vertex) {
////////////////////////////////////////////////////////////////////////////////
/// @brief returns inbound edges connected to a vertex
/// @startDocuBlock collectionEdgesInbound
/// `collection.edges(vertex-id)`
/// `collection.inEdges(vertex-id)`
///
/// Returns inbound edges connected to the vertex specified by *vertex-id*.
/// @endDocuBlock
@ -337,7 +337,7 @@ ArangoCollection.prototype.inEdges = function (vertex) {
////////////////////////////////////////////////////////////////////////////////
/// @brief returns outbound edges connected to a vertex
/// @startDocuBlock collectionEdgesOutbound
/// `collection.edges(vertex-id)`
/// `collection.outEdges(vertex-id)`
///
/// Returns outbound edges connected to the vertex specified by *vertex-id*.
/// @endDocuBlock