From: Cris Luengo Date: Wed, 8 May 2019 04:18:00 +0000 (-0600) Subject: documentation: these two also had duplicate detailed description issues. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f705cea0e5106d43c4eba89cb0b03f59ec81598f;p=blog.git documentation: these two also had duplicate detailed description issues. --- diff --git a/documentation/test_doxygen/compound_includes/Second.h b/documentation/test_doxygen/compound_includes/Second.h index c833d45f..9d286afe 100644 --- a/documentation/test_doxygen/compound_includes/Second.h +++ b/documentation/test_doxygen/compound_includes/Second.h @@ -19,7 +19,7 @@ enum Flag {}; /*@}*/ /** @related Class - * @brief A related enum in a different file. Shouldn't be shown in namespace docs but it is :( + * @brief A related enum in a different file */ enum RelatedEnum {}; diff --git a/documentation/test_doxygen/compound_includes/classClass.html b/documentation/test_doxygen/compound_includes/classClass.html index 4bebbb36..f7ae88c1 100644 --- a/documentation/test_doxygen/compound_includes/classClass.html +++ b/documentation/test_doxygen/compound_includes/classClass.html @@ -52,7 +52,7 @@
enum RelatedEnum { }
-
A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.
+
A related enum in a different file.
using RelatedInt = int
@@ -78,7 +78,7 @@ enum RelatedEnum
#include <Second.h>
-

A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.

+

A related enum in a different file.

diff --git a/documentation/test_doxygen/compound_includes/namespaceSpread.html b/documentation/test_doxygen/compound_includes/namespaceSpread.html index 8e149b84..8d246f55 100644 --- a/documentation/test_doxygen/compound_includes/namespaceSpread.html +++ b/documentation/test_doxygen/compound_includes/namespaceSpread.html @@ -49,7 +49,7 @@
enum RelatedEnum { }
-
A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.
+
A related enum in a different file.
@@ -109,13 +109,6 @@

An enum.

-
-

- enum Spread::RelatedEnum -
#include <Second.h>
-

-

A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.

-

enum Spread::Flag diff --git a/documentation/test_doxygen/compound_includes_disabled/classClass.html b/documentation/test_doxygen/compound_includes_disabled/classClass.html index b687a108..af300410 100644 --- a/documentation/test_doxygen/compound_includes_disabled/classClass.html +++ b/documentation/test_doxygen/compound_includes_disabled/classClass.html @@ -51,7 +51,7 @@
enum RelatedEnum { }
-
A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.
+
A related enum in a different file.
using RelatedInt = int
@@ -76,7 +76,7 @@

enum RelatedEnum

-

A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.

+

A related enum in a different file.

diff --git a/documentation/test_doxygen/compound_includes_disabled/namespaceSpread.html b/documentation/test_doxygen/compound_includes_disabled/namespaceSpread.html index 9a9c7802..c088e0e7 100644 --- a/documentation/test_doxygen/compound_includes_disabled/namespaceSpread.html +++ b/documentation/test_doxygen/compound_includes_disabled/namespaceSpread.html @@ -49,7 +49,7 @@
enum RelatedEnum { }
-
A related enum in a different file. Shouldn't be shown in namespace docs but it is :(.
+
A related enum in a different file.
diff --git a/documentation/test_doxygen/compound_includes_undocumented_files/Second.h b/documentation/test_doxygen/compound_includes_undocumented_files/Second.h index 3b541538..ab49200b 100644 --- a/documentation/test_doxygen/compound_includes_undocumented_files/Second.h +++ b/documentation/test_doxygen/compound_includes_undocumented_files/Second.h @@ -18,7 +18,7 @@ enum Flag {}; /*@}*/ /** @related Class - * @brief A related enum in a different file. Shouldn't be shown in namespace docs but it is :( + * @brief A related enum in a different file */ enum RelatedEnum {}; diff --git a/documentation/test_doxygen/undocumented/namespaceNamespace.html b/documentation/test_doxygen/undocumented/namespaceNamespace.html index 4680f66a..6776b585 100644 --- a/documentation/test_doxygen/undocumented/namespaceNamespace.html +++ b/documentation/test_doxygen/undocumented/namespaceNamespace.html @@ -165,116 +165,6 @@
-
-

Enum documentation

-
-

- enum Namespace::EnumInANamespace - -

-

-
-
-

- enum Namespace::EnumInModule - -

-

-
-
-

- enum Namespace::FlagInAGroup - -

-

-
-
-
-

Typedef documentation

-
-

- typedef int Namespace::IntInANamespace - -

-

-
-
-

- using Namespace::FloatInANamespace = float - -

-

-
-
-

- typedef int Namespace::IntInModule - -

-

-
-
-

- using Namespace::FloatInModule = float - -

-

-
-
-

- using Namespace::MainInAGroup = void - -

-

-
-
-
-

Function documentation

-
-

- void Namespace::fooInANamespace() - -

-

-
-
-

- void Namespace::fooInModule() - -

-

-
-
-

- void Namespace::barInAGroup() - -

-

-
-
-
-

Variable documentation

-
-

- const int Namespace::VarInANamespace constexpr - -

-

-
-
-

- const int Namespace::VarInModule constexpr - -

-

-
-
-

- void* Namespace::variableInAGroup constexpr - -

-

-
-