1
0
Fork 0

css for REST-API Doku fixed 2

This commit is contained in:
Thomas Richter 2013-07-09 10:22:42 +02:00
parent 29fe69c490
commit c71d53f90c
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ ALIASES += \
"RESTHEADERPARAMETERS=@htmlonly<H3>HTTP header parameters</H3>@endhtmlonly" \
"RESTHEADERPARAM{3}=@htmlonly<div class=\"restheaderparam\">@endhtmlonly\1 (\2,\3)@htmlonly</div>@endhtmlonly" \
"RESTBODYPARAM{3}=@htmlonly<H3>Body parameters</H3><div class=\"restbodyparam\">@endhtmlonly\1 (\2,\3)@htmlonly</div>@endhtmlonly" \
"RESTRETURNCODES=@htmlonly<div class=\"restreturncodes\">Return Codes</div>@endhtmlonly" \
"RESTRETURNCODES=@htmlonly<H3>Return Codes</H3>@endhtmlonly" \
"RESTRETURNCODE{1}=@htmlonly<p></p><div class=\"restreturncode\">HTTP \1</div>@endhtmlonly" \
"RESTDESCRIPTION=@htmlonly<H3 class=\"space-before\">Description</H3>@endhtmlonly" \
@ -241,7 +241,7 @@ ALIASES += \
# examples
ALIASES += \
"EXAMPLES=@htmlonly<div class=\"example\">Examples</div>@endhtmlonly" \
"EXAMPLES=@htmlonly<H3>Examples</H3>@endhtmlonly" \
"EXAMPLE_ARANGOSH_OUTPUT{1}=@verbinclude \1.generated@if IGNORE" \
"END_EXAMPLE_ARANGOSH_OUTPUT=@endif" \
"EXAMPLE_ARANGOSH_RUN{1}=@verbinclude \1.generated@if IGNORE" \