From 1364bcce74a7cb37145c611b0ebc8612275ae7b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 18 Jul 2019 17:56:25 +0200 Subject: [PATCH] documentation/doxygen: fix last remaining use of deprecated name attrib. --- documentation/templates/doxygen/details-enum.html | 2 +- .../compound_deprecated/namespaceDeprecatedNamespace.html | 4 ++-- .../test_doxygen/compound_detailed/namespaceEno.html | 8 ++++---- .../compound_namespace_members_in_file_scope/File_8h.html | 2 +- .../namespaceNamespace.html | 2 +- .../contents_autobrief_cpp_comments/File_8h.html | 6 +++--- .../contents_autobrief_hr/namespaceNamespace.html | 2 +- documentation/test_doxygen/cpp_enum_class/File_8h.html | 8 ++++---- documentation/test_doxygen/undocumented/File_8h.html | 6 +++--- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/documentation/templates/doxygen/details-enum.html b/documentation/templates/doxygen/details-enum.html index cda9e766..72ef6756 100644 --- a/documentation/templates/doxygen/details-enum.html +++ b/documentation/templates/doxygen/details-enum.html @@ -29,7 +29,7 @@ {% for value in enum.values %} - {{ value.name }} + {{ value.name }} {% if value.brief %}{# brief is not required for values #}

{{ value.brief }}

diff --git a/documentation/test_doxygen/compound_deprecated/namespaceDeprecatedNamespace.html b/documentation/test_doxygen/compound_deprecated/namespaceDeprecatedNamespace.html index defeb632..59fffe84 100644 --- a/documentation/test_doxygen/compound_deprecated/namespaceDeprecatedNamespace.html +++ b/documentation/test_doxygen/compound_deprecated/namespaceDeprecatedNamespace.html @@ -115,7 +115,7 @@ Enumerators - Value + Value

Enum value

@@ -133,7 +133,7 @@ Enumerators - DeprecatedValue + DeprecatedValue

Enum value

diff --git a/documentation/test_doxygen/compound_detailed/namespaceEno.html b/documentation/test_doxygen/compound_detailed/namespaceEno.html index 81d59359..c5459cd5 100644 --- a/documentation/test_doxygen/compound_detailed/namespaceEno.html +++ b/documentation/test_doxygen/compound_detailed/namespaceEno.html @@ -50,19 +50,19 @@ Enumerators - True + True

True.

- False + False

False?

- FileNotFound + FileNotFound

Haha.

@@ -78,7 +78,7 @@ Enumerators - Value + Value

Value of an anonymous enum

diff --git a/documentation/test_doxygen/compound_namespace_members_in_file_scope/File_8h.html b/documentation/test_doxygen/compound_namespace_members_in_file_scope/File_8h.html index eb181445..ac65ccf0 100644 --- a/documentation/test_doxygen/compound_namespace_members_in_file_scope/File_8h.html +++ b/documentation/test_doxygen/compound_namespace_members_in_file_scope/File_8h.html @@ -151,7 +151,7 @@ Enumerators - Value + Value

A value

diff --git a/documentation/test_doxygen/compound_namespace_members_in_file_scope/namespaceNamespace.html b/documentation/test_doxygen/compound_namespace_members_in_file_scope/namespaceNamespace.html index b51f951f..b3598366 100644 --- a/documentation/test_doxygen/compound_namespace_members_in_file_scope/namespaceNamespace.html +++ b/documentation/test_doxygen/compound_namespace_members_in_file_scope/namespaceNamespace.html @@ -102,7 +102,7 @@ Enumerators - Value + Value

A value

diff --git a/documentation/test_doxygen/contents_autobrief_cpp_comments/File_8h.html b/documentation/test_doxygen/contents_autobrief_cpp_comments/File_8h.html index 3856875b..069251e1 100644 --- a/documentation/test_doxygen/contents_autobrief_cpp_comments/File_8h.html +++ b/documentation/test_doxygen/contents_autobrief_cpp_comments/File_8h.html @@ -66,19 +66,19 @@ Enumerators - Value + Value

A brief description.

- Another + Another

A detailed description

- Last + Last

A brief description.

And a detailed one as well.

diff --git a/documentation/test_doxygen/contents_autobrief_hr/namespaceNamespace.html b/documentation/test_doxygen/contents_autobrief_hr/namespaceNamespace.html index 5e91da09..02903c53 100644 --- a/documentation/test_doxygen/contents_autobrief_hr/namespaceNamespace.html +++ b/documentation/test_doxygen/contents_autobrief_hr/namespaceNamespace.html @@ -38,7 +38,7 @@

Functions

- void foo() + void foo()
Some normal brief documentation.
diff --git a/documentation/test_doxygen/cpp_enum_class/File_8h.html b/documentation/test_doxygen/cpp_enum_class/File_8h.html index 6836a779..4571ff44 100644 --- a/documentation/test_doxygen/cpp_enum_class/File_8h.html +++ b/documentation/test_doxygen/cpp_enum_class/File_8h.html @@ -53,19 +53,19 @@ Enumerators - True + True

True.

- False + False

False?

- FileNotFound + FileNotFound

Haha.

@@ -82,7 +82,7 @@ Enumerators - Value + Value

Value

diff --git a/documentation/test_doxygen/undocumented/File_8h.html b/documentation/test_doxygen/undocumented/File_8h.html index 4da6c428..b4543e8b 100644 --- a/documentation/test_doxygen/undocumented/File_8h.html +++ b/documentation/test_doxygen/undocumented/File_8h.html @@ -236,19 +236,19 @@ Enumerators - A + A

- B + B

This value is documented so the enum should be present in detailed docs.

- C + C

-- 2.30.2