diff --git a/Web-documentation/methods.html.twig b/Web-documentation/methods.html.twig index 4b601f4..886f116 100644 --- a/Web-documentation/methods.html.twig +++ b/Web-documentation/methods.html.twig @@ -118,8 +118,13 @@ -
{{ description }}
+ + {% if comment is not null -%} +{{ comment }}
+ {%- endif %} diff --git a/Web-documentation/structure_enumeration.html.twig b/Web-documentation/structure_enumeration.html.twig index 57daca3..5ca174e 100644 --- a/Web-documentation/structure_enumeration.html.twig +++ b/Web-documentation/structure_enumeration.html.twig @@ -31,6 +31,11 @@{{ description }}
+ {% if comment is not null -%} +{{ comment }}
+ {%- endif %} +{{ description }}
+ {% if comment is not null -%} +{{ comment }}
+ {%- endif %} +