From 6db57e616e43f85ae9afd1312d1c1a1096ec1f2b Mon Sep 17 00:00:00 2001 From: Elena Bobkova Date: Thu, 1 Mar 2018 18:54:14 +0300 Subject: [PATCH] captions updated --- Web-documentation/all_contents.html.twig | 2 +- Web-documentation/blocks/class-body.html.twig | 4 +++- Web-documentation/blocks/enum-body.html.twig | 4 +++- Web-documentation/blocks/method-body.html.twig | 5 ++--- 4 files changed, 9 insertions(+), 6 deletions(-) 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 @@

{{ pageTitle }}

Touch Instinct

Версия {{ version }}

-

{{ "now"|date("d.M.Y") }}

+

{{ "now"|date("d.m.Y") }}

Содержание diff --git a/Web-documentation/blocks/class-body.html.twig b/Web-documentation/blocks/class-body.html.twig index 4089328..d68cd5f 100644 --- a/Web-documentation/blocks/class-body.html.twig +++ b/Web-documentation/blocks/class-body.html.twig @@ -1,5 +1,7 @@ +

{{ structure.type.baseTypeName }}

+

Описание

-

{{ 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.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 @@ +

{{ method.description }}

+

Метод

POST {{ method.url }}

-

Описание

-

{{ method.description }}

- {%- include 'comment.html.twig' with { comment: method.comment } %}

Параметры