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
|
/// @brief returns inbound edges connected to a vertex
|
||||||
/// @startDocuBlock collectionEdgesInbound
|
/// @startDocuBlock collectionEdgesInbound
|
||||||
/// `collection.edges(vertex-id)`
|
/// `collection.inEdges(vertex-id)`
|
||||||
///
|
///
|
||||||
/// Returns inbound edges connected to the vertex specified by *vertex-id*.
|
/// Returns inbound edges connected to the vertex specified by *vertex-id*.
|
||||||
/// @endDocuBlock
|
/// @endDocuBlock
|
||||||
|
@ -337,7 +337,7 @@ ArangoCollection.prototype.inEdges = function (vertex) {
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief returns outbound edges connected to a vertex
|
/// @brief returns outbound edges connected to a vertex
|
||||||
/// @startDocuBlock collectionEdgesOutbound
|
/// @startDocuBlock collectionEdgesOutbound
|
||||||
/// `collection.edges(vertex-id)`
|
/// `collection.outEdges(vertex-id)`
|
||||||
///
|
///
|
||||||
/// Returns outbound edges connected to the vertex specified by *vertex-id*.
|
/// Returns outbound edges connected to the vertex specified by *vertex-id*.
|
||||||
/// @endDocuBlock
|
/// @endDocuBlock
|
||||||
|
|
Loading…
Reference in New Issue