From eb2ee6f27e42e002a912c68c8815b5b5fa59db15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 12 Apr 2018 22:14:26 +0200 Subject: [PATCH] doxygen: fix

. Amazing when such a glaring issue gets unnoticed in hundreds of test files. --- doxygen/templates/base-class-reference.html | 30 +++++++++---------- doxygen/templates/base-reference.html | 20 ++++++------- .../DeprecatedFile_8h.html | 8 ++--- .../dir_da5033def2d0db76e9883b31b76b3d0c.html | 6 ++-- .../compound_deprecated/group__group.html | 6 ++-- .../namespaceDeprecatedNamespace.html | 10 +++---- ...catedNamespace_1_1BaseDeprecatedClass.html | 2 +- ...eprecatedNamespace_1_1DeprecatedClass.html | 2 +- doxygen/test/compound_detailed/File_8h.html | 6 ++-- .../test/compound_detailed/namespaceEno.html | 2 +- .../test/compound_detailed/namespaceFoo.html | 2 +- .../test/compound_detailed/namespaceType.html | 2 +- .../test/compound_detailed/namespaceVar.html | 2 +- .../compound_detailed/namespaceWarning.html | 4 +-- .../compound_detailed/structTemplate.html | 8 ++--- .../structTemplate_3_01void_01_4.html | 2 +- doxygen/test/compound_listing/Class_8h.html | 4 +-- doxygen/test/compound_listing/File_8h.html | 6 ++-- ...lassRoot_1_1Directory_1_1Sub_1_1Class.html | 26 ++++++++-------- .../dir_4b0d5f8864bf89936129251a2d32609b.html | 4 +-- .../dir_bbe5918fe090eee9db2d9952314b6754.html | 2 +- .../namespaceRoot_1_1Directory.html | 12 ++++---- .../test/compound_modules/group__group.html | 4 +-- .../test/compound_modules/group__group2.html | 2 +- .../File_8h.html | 12 ++++---- .../namespaceNamespace.html | 8 ++--- .../compound_warnings/namespaceMagnum.html | 2 +- doxygen/test/contents_blocks/File_8h.html | 2 +- .../classAnother_1_1ProtectedBase.html | 2 +- .../test/cpp_derived/classNamespace_1_1A.html | 4 +-- .../classNamespace_1_1VirtualBase.html | 2 +- doxygen/test/cpp_enum_class/File_8h.html | 2 +- doxygen/test/cpp_template_alias/File_8h.html | 4 +-- .../cpp_template_alias/structTemplate.html | 2 +- 34 files changed, 106 insertions(+), 106 deletions(-) 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 %}