mirror of https://gitee.com/bigwinds/arangodb
fixed documentation errors
This commit is contained in:
parent
a243661bbe
commit
2353fc648f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue