mirror of https://gitee.com/bigwinds/arangodb
fixed documentation
This commit is contained in:
parent
e845b0f776
commit
fabf8b700b
|
@ -0,0 +1,2 @@
|
|||
arango> e = g.getEdge("1");
|
||||
Edge(1)
|
|
@ -0,0 +1 @@
|
|||
> ./arangod --server.endpoint tcp://127.0.0.1:8529 --database.directory /tmp/vocbase
|
|
@ -43,7 +43,6 @@
|
|||
///
|
||||
///
|
||||
///
|
||||
///
|
||||
/// @anchor A_JSF_POST_blueprints_vertex
|
||||
/// @copydetails JSF_POST_blueprints_vertex
|
||||
///
|
||||
|
@ -58,13 +57,11 @@
|
|||
///
|
||||
///
|
||||
///
|
||||
///
|
||||
/// @anchor A_JSF_POST_blueprints_vertices
|
||||
/// @copydetails JSF_POST_blueprints_vertices
|
||||
///
|
||||
///
|
||||
///
|
||||
///
|
||||
/// @anchor A_JSF_POST_blueprints_edge
|
||||
/// @copydetails JSF_POST_blueprints_edge
|
||||
///
|
||||
|
@ -79,7 +76,6 @@
|
|||
///
|
||||
///
|
||||
///
|
||||
///
|
||||
/// @anchor A_JSF_POST_blueprints_edges
|
||||
/// @copydetails JSF_POST_blueprints_edges
|
||||
///
|
||||
|
|
|
@ -105,12 +105,12 @@
|
|||
/// <li>@ref A_JSF_GET_blueprints_vertex "GET /_api/blueprints/vertex"</li>
|
||||
/// <li>@ref A_JSF_PUT_blueprints_vertex "PUT /_api/blueprints/vertex"</li>
|
||||
/// <li>@ref A_JSF_DELETE_blueprints_vertex "DELETE /_api/blueprints/vertex"</li>
|
||||
/// <li>@ref A_JSF_GET_blueprints_vertices "GET /_api/blueprints/vertices"</li>
|
||||
/// <li>@ref A_JSF_POST_blueprints_vertices "POST /_api/blueprints/vertices"</li>
|
||||
/// <li>@ref A_JSF_POST_blueprints_edge "POST /_api/blueprints/edge"</li>
|
||||
/// <li>@ref A_JSF_GET_blueprints_edge "GET /_api/blueprints/edge"</li>
|
||||
/// <li>@ref A_JSF_PUT_blueprints_edge "PUT /_api/blueprints/edge"</li>
|
||||
/// <li>@ref A_JSF_DELETE_blueprints_edge "DELETE /_api/blueprints/edge"</li>
|
||||
/// <li>@ref A_JSF_GET_blueprints_edges "GET /_api/blueprints/edges"</li>
|
||||
/// <li>@ref A_JSF_POST_blueprints_edges "POST /_api/blueprints/edges"</li>
|
||||
/// </ul>
|
||||
/// </li>
|
||||
/// </ul>
|
||||
|
|
|
@ -243,7 +243,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief deletes a blueprint graph
|
||||
///
|
||||
/// @RESTHEADER{DELETE /_api/blueprints/graph},delete graph}
|
||||
/// @RESTHEADER{DELETE /_api/blueprints/graph,delete graph}
|
||||
///
|
||||
/// @REST{DELETE /_api/blueprints/graph/@FA{graph-identifier}}
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue