mirror of https://gitee.com/bigwinds/arangodb
docu fixed
This commit is contained in:
parent
528b1e85cb
commit
6ff46bb068
|
@ -157,8 +157,8 @@
|
|||
/** Drops an existing graph
|
||||
*
|
||||
* Drops an existing graph object by name.
|
||||
* By default all collections not used by other graphs will be dropped as
|
||||
* well. It can be optionally configured to not drop the collections.
|
||||
* Optionally all collections not used by other graphs can be dropped as
|
||||
* well.
|
||||
*/
|
||||
controller.del("/:graph", function(req, res) {
|
||||
var name = req.params("graph");
|
||||
|
|
|
@ -3078,7 +3078,7 @@ Graph.prototype._editEdgeDefinitions = function(edgeDefinition) {
|
|||
///
|
||||
/// `general-graph._deleteEdgeDefinition(edgeCollectionName)`
|
||||
///
|
||||
/// * *edgeCollectionName* - string : name of edge collection defined in *collection* of the edge
|
||||
/// * *edgeCollectionName*: string - name of edge collection defined in *collection* of the edge
|
||||
/// definition.
|
||||
///
|
||||
/// @EXAMPLES
|
||||
|
|
Loading…
Reference in New Issue