From: Vladimír Vondruš Date: Thu, 12 Apr 2018 20:14:26 +0000 (+0200) Subject: doxygen: fix

. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=eb2ee6f27e42e002a912c68c8815b5b5fa59db15;p=blog.git doxygen: fix

. Amazing when such a glaring issue gets unnoticed in hundreds of test files. --- diff --git a/doxygen/templates/base-class-reference.html b/doxygen/templates/base-class-reference.html index 3174bda2..93d20b81 100644 --- a/doxygen/templates/base-class-reference.html +++ b/doxygen/templates/base-class-reference.html @@ -118,7 +118,7 @@ {% endif %} {% if compound.base_classes %}
-

Base classes

+

Base classes

{% for class in compound.base_classes %} {{ entry_class(class) }} @@ -128,7 +128,7 @@ {% endif %} {% if compound.derived_classes %}
-

Derived classes

+

Derived classes

{% for class in compound.derived_classes %} {{ entry_class(class) }} @@ -138,7 +138,7 @@ {% endif %} {% if compound.public_types %}
-

Public types

+

Public types

{% for kind, type in compound.public_types %} {% if kind == 'class' %} @@ -154,7 +154,7 @@ {% endif %} {% if compound.public_static_vars %}
-

Public static variables

+

Public static variables

{% for var in compound.public_static_vars %} {{ entry_var(var) }} @@ -164,7 +164,7 @@ {% endif %} {% if compound.public_static_funcs %}
-

Public static functions

+

Public static functions

{% for func in compound.public_static_funcs %} {{ entry_func(func) }} @@ -174,7 +174,7 @@ {% endif %} {% if compound.typeless_funcs %}
-

Constructors, destructors, conversion operators

+

Constructors, destructors, conversion operators

{% for func in compound.typeless_funcs %} {{ entry_func(func) }} @@ -184,7 +184,7 @@ {% endif %} {% if compound.public_funcs %}
-

Public functions

+

Public functions

{% for func in compound.public_funcs %} {{ entry_func(func) }} @@ -194,7 +194,7 @@ {% endif %} {% if compound.public_vars %}
-

Public variables

+

Public variables

{% for var in compound.public_vars %} {{ entry_var(var) }} @@ -204,7 +204,7 @@ {% endif %} {% if compound.protected_types %}
-

Protected types

+

Protected types

{% for kind, type in compound.protected_types %} {% if kind == 'class' %} @@ -220,7 +220,7 @@ {% endif %} {% if compound.protected_static_funcs %}
-

Protected static functions

+

Protected static functions

{% for func in compound.protected_static_funcs %} {{ entry_func(func) }} @@ -230,7 +230,7 @@ {% endif %} {% if compound.protected_funcs %}
-

Protected functions

+

Protected functions

{% for func in compound.protected_funcs %} {{ entry_func(func) }} @@ -240,7 +240,7 @@ {% endif %} {% if compound.protected_static_vars %}
-

Protected static variables

+

Protected static variables

{% for var in compound.protected_static_vars %} {{ entry_var(var) }} @@ -250,7 +250,7 @@ {% endif %} {% if compound.protected_vars %}
-

Protected variables

+

Protected variables

{% for var in compound.protected_vars %} {{ entry_var(var) }} @@ -260,7 +260,7 @@ {% endif %} {% if compound.private_funcs %}
-

Private functions

+

Private functions

{% for func in compound.private_funcs %} {{ entry_func(func) }} @@ -291,7 +291,7 @@ {% endfor %} {% if compound.related %}