1
0
Fork 0

fixed types

This commit is contained in:
Frank Celler 2012-04-03 18:43:41 +02:00
parent 08a2dd07cf
commit d07c2ac98e
1 changed files with 2 additions and 3 deletions

View File

@ -78,11 +78,10 @@ RestEdgeHandler::RestEdgeHandler (HttpRequest* request, TRI_vocbase_t* vocbase)
/// must be passed in @FA{from-handle}. The object handle of the end point must
/// be passed in @FA{to-handle}.
///
/// In all other respects the method works like @ref
/// triagens::avocado::RestDocumentHandler::createDocument "POST /document".
/// In all other respects the method works like @LIT{POST /document}.
///
/// If you request such an edge, the returned document will also contain the
/// attributes @LIT{_from} and @LIT{_TO}.
/// attributes @LIT{_from} and @LIT{_to}.
///
/// @EXAMPLES
///