1
0
Fork 0

removed unsupported @code ... @endcode tags

This commit is contained in:
Jan Steemann 2016-01-07 15:26:56 +01:00
parent 7fc4b356e4
commit e8a339e7b2
1 changed files with 0 additions and 8 deletions

View File

@ -935,14 +935,6 @@ static void JS_AllQuery(const v8::FunctionCallbackInfo<v8::Value>& args) {
/// The @FN{any} method returns a random document from the collection. It
/// returns
/// @LIT{null} if the collection is empty.
///
/// @EXAMPLES
///
/// @code
/// arangod> db.example.any()
/// { "_id" : "example/222716379559", "_rev" : "222716379559", "Hello" : "World"
/// }
/// @endcode
////////////////////////////////////////////////////////////////////////////////
static void JS_AnyQuery(const v8::FunctionCallbackInfo<v8::Value>& args) {