From a6b09c1f8d1dd6f38687925d1e51e2f791a2bdff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 8 Jun 2020 23:48:10 +0200 Subject: [PATCH] documentation/doxygen: forgot to add final label on nestable classes. --- documentation/templates/doxygen/annotated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/templates/doxygen/annotated.html b/documentation/templates/doxygen/annotated.html index 132f221d..c8ed0a78 100644 --- a/documentation/templates/doxygen/annotated.html +++ b/documentation/templates/doxygen/annotated.html @@ -7,7 +7,7 @@ {% for i in index.symbols recursive %} {% if i.children %}
  • - {{ i.kind }} {{ i.name }}{% if i.deprecated %} {{ i.deprecated }}{% endif %}{% if i.since %} {{ i.since }}{% endif %} {{ i.brief }} + {{ i.kind }} {{ i.name }}{% if i.is_final %} final{% endif %}{% if i.deprecated %} {{ i.deprecated }}{% endif %}{% if i.since %} {{ i.since }}{% endif %} {{ i.brief }} -- 2.30.2