From c71d53f90c554bb7fe23073fcbbdeeee1777ad61 Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Tue, 9 Jul 2013 10:22:42 +0200 Subject: [PATCH] css for REST-API Doku fixed 2 --- Documentation/arango.template.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/arango.template.in b/Documentation/arango.template.in index 79841794b0..61e371f040 100644 --- a/Documentation/arango.template.in +++ b/Documentation/arango.template.in @@ -224,7 +224,7 @@ ALIASES += \ "RESTHEADERPARAMETERS=@htmlonly

HTTP header parameters

@endhtmlonly" \ "RESTHEADERPARAM{3}=@htmlonly
@endhtmlonly\1 (\2,\3)@htmlonly
@endhtmlonly" \ "RESTBODYPARAM{3}=@htmlonly

Body parameters

@endhtmlonly\1 (\2,\3)@htmlonly
@endhtmlonly" \ - "RESTRETURNCODES=@htmlonly
Return Codes
@endhtmlonly" \ + "RESTRETURNCODES=@htmlonly

Return Codes

@endhtmlonly" \ "RESTRETURNCODE{1}=@htmlonly

HTTP \1
@endhtmlonly" \ "RESTDESCRIPTION=@htmlonly

Description

@endhtmlonly" \ @@ -241,7 +241,7 @@ ALIASES += \ # examples ALIASES += \ - "EXAMPLES=@htmlonly
Examples
@endhtmlonly" \ + "EXAMPLES=@htmlonly

Examples

@endhtmlonly" \ "EXAMPLE_ARANGOSH_OUTPUT{1}=@verbinclude \1.generated@if IGNORE" \ "END_EXAMPLE_ARANGOSH_OUTPUT=@endif" \ "EXAMPLE_ARANGOSH_RUN{1}=@verbinclude \1.generated@if IGNORE" \