From: Vladimír Vondruš Date: Mon, 8 Jun 2020 21:48:10 +0000 (+0200) Subject: documentation/doxygen: forgot to add final label on nestable classes. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=a6b09c1f8d1dd6f38687925d1e51e2f791a2bdff;p=blog.git documentation/doxygen: forgot to add final label on nestable classes. --- 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 }}