From d07c2ac98e18f44d801e6f5a5288e34ef6a5c7bc Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Tue, 3 Apr 2012 18:43:41 +0200 Subject: [PATCH] fixed types --- RestHandler/RestEdgeHandler.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RestHandler/RestEdgeHandler.cpp b/RestHandler/RestEdgeHandler.cpp index fa4f927b16..8ea8a558d5 100644 --- a/RestHandler/RestEdgeHandler.cpp +++ b/RestHandler/RestEdgeHandler.cpp @@ -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 ///