diff --git a/Web-documentation/all_contents.html.twig b/Web-documentation/all_contents.html.twig index dedf45e..a616933 100644 --- a/Web-documentation/all_contents.html.twig +++ b/Web-documentation/all_contents.html.twig @@ -22,7 +22,7 @@
Версия {{ version }}
-{{ "now"|date("d.M.Y") }}
+{{ "now"|date("d.m.Y") }}
{{ structure.type.baseTypeName }} - {{ structure.description }}
+{{ structure.description }}
{%- include 'comment.html.twig' with { comment: structure.comment } %} diff --git a/Web-documentation/blocks/enum-body.html.twig b/Web-documentation/blocks/enum-body.html.twig index 6c7997a..53159e8 100644 --- a/Web-documentation/blocks/enum-body.html.twig +++ b/Web-documentation/blocks/enum-body.html.twig @@ -1,5 +1,7 @@ +{{ structure.name }} - {{ structure.description }}
+{{ structure.description }}
{%- include 'comment.html.twig' with { comment: structure.comment } %} diff --git a/Web-documentation/blocks/method-body.html.twig b/Web-documentation/blocks/method-body.html.twig index 7c0268d..8f3d494 100644 --- a/Web-documentation/blocks/method-body.html.twig +++ b/Web-documentation/blocks/method-body.html.twig @@ -1,9 +1,8 @@ +POST {{ method.url }}
-{{ method.description }}
- {%- include 'comment.html.twig' with { comment: method.comment } %}