From f964696ec18439d20845616bc7d544eb9e80d835 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Mon, 25 Aug 2014 15:56:34 +0200 Subject: [PATCH] Fixed wrong spelling in the errors --- lib/BasicsC/voc-errors.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/BasicsC/voc-errors.h b/lib/BasicsC/voc-errors.h index da870c052b..cc5e92bb4f 100644 --- a/lib/BasicsC/voc-errors.h +++ b/lib/BasicsC/voc-errors.h @@ -8,7 +8,7 @@ extern "C" { //////////////////////////////////////////////////////////////////////////////// /// @page ArangoErrors Error codes and meanings -/// +/// @startDocuBlock errorCodes /// The following errors might be raised when running ArangoDB: /// /// - 0: @LIT{no error} @@ -587,13 +587,14 @@ extern "C" { /// - 20000: @LIT{newest version of app already installed} /// newest version of app already installed /// - 21000: @LIT{named queue already exists} -/// "Will be returned if a queue with this name already exists." +/// Will be returned if a queue with this name already exists. /// - 21001: @LIT{dispatcher stopped} /// Will be returned if a shutdown is in progress. /// - 21002: @LIT{named queue does not exist} -/// "Will be returned if a queue with this name does not exist." +/// Will be returned if a queue with this name does not exist. /// - 21003: @LIT{named queue is full} -/// "Will be returned if a queue with this name is full." +/// Will be returned if a queue with this name is full. +/// @endDocuBlock //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////