From 40fbe68b0083cfbd6fd9eed94e570a4b3559a7f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 May 2020 16:16:36 +0200 Subject: [PATCH] documentation/doxygen: thanks for this bug also. --- documentation/test_doxygen/compound_includes/First.h | 1 + documentation/test_doxygen/compound_includes/group__group.html | 1 + .../test_doxygen/compound_includes_disabled/group__group.html | 1 + .../test_doxygen/compound_includes_undocumented_files/First.h | 1 + documentation/test_doxygen/compound_modules/group__group.html | 1 + documentation/test_doxygen/compound_modules/input.h | 1 + documentation/test_doxygen/compound_modules/modules.html | 2 +- documentation/test_doxygen/search/Dir/File.h | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/test_doxygen/compound_includes/First.h b/documentation/test_doxygen/compound_includes/First.h index 40c92a22..62a48682 100644 --- a/documentation/test_doxygen/compound_includes/First.h +++ b/documentation/test_doxygen/compound_includes/First.h @@ -99,6 +99,7 @@ class Class { }; /** @defgroup group A group +@brief Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS. All entries inside should have include information. (Unless the includes are disabled globally or the file is not documented.) @{ */ diff --git a/documentation/test_doxygen/compound_includes/group__group.html b/documentation/test_doxygen/compound_includes/group__group.html index ae69bf6e..84c8bddb 100644 --- a/documentation/test_doxygen/compound_includes/group__group.html +++ b/documentation/test_doxygen/compound_includes/group__group.html @@ -21,6 +21,7 @@

A group module

+

Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.

Contents

    diff --git a/documentation/test_doxygen/compound_includes_disabled/group__group.html b/documentation/test_doxygen/compound_includes_disabled/group__group.html index 67de4f41..2d86e671 100644 --- a/documentation/test_doxygen/compound_includes_disabled/group__group.html +++ b/documentation/test_doxygen/compound_includes_disabled/group__group.html @@ -21,6 +21,7 @@

    A group module

    +

    Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.

    Contents

      diff --git a/documentation/test_doxygen/compound_includes_undocumented_files/First.h b/documentation/test_doxygen/compound_includes_undocumented_files/First.h index 338e898a..633a20d0 100644 --- a/documentation/test_doxygen/compound_includes_undocumented_files/First.h +++ b/documentation/test_doxygen/compound_includes_undocumented_files/First.h @@ -98,6 +98,7 @@ class Class { }; /** @defgroup group A group +@brief Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS. All entries inside should have include information. (Unless the includes are disabled globally or the file is not documented.) @{ */ diff --git a/documentation/test_doxygen/compound_modules/group__group.html b/documentation/test_doxygen/compound_modules/group__group.html index f252ca99..5214440b 100644 --- a/documentation/test_doxygen/compound_modules/group__group.html +++ b/documentation/test_doxygen/compound_modules/group__group.html @@ -32,6 +32,7 @@

      A group module

      +

      Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.

      Contents

        diff --git a/documentation/test_doxygen/compound_modules/input.h b/documentation/test_doxygen/compound_modules/input.h index 35ed583c..3bdb03d1 100644 --- a/documentation/test_doxygen/compound_modules/input.h +++ b/documentation/test_doxygen/compound_modules/input.h @@ -1,4 +1,5 @@ /** @defgroup group A group +@brief Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS. Detailed description. @{ */ diff --git a/documentation/test_doxygen/compound_modules/modules.html b/documentation/test_doxygen/compound_modules/modules.html index 955b6f82..8b51b1e1 100644 --- a/documentation/test_doxygen/compound_modules/modules.html +++ b/documentation/test_doxygen/compound_modules/modules.html @@ -33,7 +33,7 @@

        Modules

        • - module A group + module A group Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS. diff --git a/documentation/test_doxygen/search/Dir/File.h b/documentation/test_doxygen/search/Dir/File.h index f080ea67..39c2f8da 100644 --- a/documentation/test_doxygen/search/Dir/File.h +++ b/documentation/test_doxygen/search/Dir/File.h @@ -76,6 +76,7 @@ enum class Enum { }; /** @defgroup group A group + * @brief Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS. * * @m_keywords{GL_GROUP} * @{ -- 2.30.2