chiark / gitweb /
documentation/doxygen: thanks for new bugs, 1.8.17.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 14:01:56 +0000 (16:01 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 17:28:35 +0000 (19:28 +0200)
18 files changed:
documentation/test_doxygen/compound_deprecated/Dir/DeprecatedFile.h
documentation/test_doxygen/compound_includes/First.h
documentation/test_doxygen/compound_includes/Second.h
documentation/test_doxygen/compound_includes_undocumented_files/First.h
documentation/test_doxygen/compound_includes_undocumented_files/Second.h
documentation/test_doxygen/compound_listing/Directory/File.h
documentation/test_doxygen/compound_listing/Directory/Sub/Class.h
documentation/test_doxygen/compound_modules/input.h
documentation/test_doxygen/compound_modules_in_namespace/file1.h
documentation/test_doxygen/compound_modules_in_namespace/file2.h
documentation/test_doxygen/compound_namespace_members_in_file_scope_define_base_url/File.h
documentation/test_doxygen/contents_anchor_in_both_group_and_namespace/File.h
documentation/test_doxygen/cpp_friends/File.h
documentation/test_doxygen/cpp_signals_slots/File.h
documentation/test_doxygen/page_empty_page/input.h
documentation/test_doxygen/search/DeprecatedDir/DeprecatedFile.h
documentation/test_doxygen/search/Dir/File.h
documentation/test_doxygen/undocumented/Directory/File.h

index a95626f466fdde71cf6fd2d952a3c715e51e1c70..ae69d6e10d68940dde00a2027e79b2d96110a882 100644 (file)
@@ -82,7 +82,11 @@ union DeprecatedUnion {};
 */
 struct DeprecatedStruct {};
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /** @defgroup deprecated-group A group
  * @ingroup group
index 59945264eb3ca4b7784fd8dfb584c2f748381cbe..40c92a22c91c31320669278d440afb8a7cb97942 100644 (file)
@@ -41,7 +41,11 @@ void bar();
 /** @brief Variable in a group */
 constexpr void* variable = nullptr;
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
@@ -74,7 +78,11 @@ void bar();
 /** @brief Variable in a group */
 constexpr void* variable = nullptr;
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
@@ -110,7 +118,11 @@ void foo();
 /** @brief A define */
 #define A_DEFINE
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /**
 @brief This namespace should not have a global include
index 9d286afe90a5781d3da010483f55c6195f8307af..2fa0e554c8438c10845aa0d834b54c032202eb3e 100644 (file)
@@ -16,7 +16,11 @@ void foo();
 /** @brief Flag in a group */
 enum Flag {};
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /** @related Class
  * @brief A related enum in a different file
index 5a18d9ac73bb8ffe06f246107600ba0c155f6c2e..338e898a13d41e45fbfb99d8b45be7cbddc42140 100644 (file)
@@ -40,7 +40,11 @@ void bar();
 /** @brief Variable in a group */
 constexpr void* variable = nullptr;
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
@@ -73,7 +77,11 @@ void bar();
 /** @brief Variable in a group */
 constexpr void* variable = nullptr;
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
@@ -109,4 +117,8 @@ void foo();
 /** @brief A define */
 #define A_DEFINE
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
index ab49200b0ee173f3605d4e1fadd657baaab2601c..226242b2cbaf0f1d4bb39d4c97df8dca88b0d74c 100644 (file)
@@ -15,7 +15,11 @@ void foo();
 /** @brief Flag in a group */
 enum Flag {};
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /** @related Class
  * @brief A related enum in a different file
index d86f907c1be05f2e28da78c48c03d163b7a61d3a..820ced1e21521363a87c26563d6c9985208eccb2 100644 (file)
@@ -45,7 +45,11 @@ constexpr void* variable = nullptr;
 /** @brief A define in a group */
 #define A_DEFINE_IN_A_GROUP
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }}
 
index 7b12ba85fba22b1d766a96fde6e9cc380e8dd170..d5ca95cbb144d4ead8b495314cb76d7b0a17d684 100644 (file)
@@ -56,7 +56,11 @@ class Class {
 
         void undocumented();
 
-        /*@}*/
+        /* Since 1.8.17, the original short-hand group closing doesn't work
+           anymore. FFS. */
+        /**
+         * @}
+         */
 
     protected:
         /** @brief A protected subclass */
@@ -90,7 +94,11 @@ class Class {
         /** @brief A member that gets ignored because the group has no name */
         int member;
 
-        /*@}*/
+        /* Since 1.8.17, the original short-hand group closing doesn't work
+           anymore. FFS. */
+        /**
+         * @}
+         */
 
         /** @{ @name Group full of non-public stuff which should be marked as such */
 
@@ -113,7 +121,11 @@ class Class {
         /** @brief Private non-virtual function in a group shouldn't appear in the docs */
         int doStuffIgnored();
 
-        /*@}*/
+        /* Since 1.8.17, the original short-hand group closing doesn't work
+           anymore. FFS. */
+        /**
+         * @}
+         */
 
         /** @brief This shouldn't appear in the docs */
         class Private {};
index c795f7f8c65628590e1bdb6a4bdbf48db470ecc6..35ed583c899e61ff80425259669795e272c6ae91 100644 (file)
@@ -6,7 +6,11 @@ Detailed description.
 /** @brief A foo */
 void foo();
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /** @defgroup group2 Another group
 @brief Brief description
@@ -15,7 +19,11 @@ void foo();
 /** @brief A bar */
 void bar();
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /**
 @defgroup subgroup A subgroup
index 7a930c157e677c83d44f50fc0a41458459e9782b..46f21f90b3b35ffb568d7a5beffdae254659e27e 100644 (file)
@@ -43,6 +43,10 @@ Detailed description.
 */
 constexpr FooBar FizzBuzz = 5;
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
index 499247aee3736caf46737be237d09a88e69d72ad..94f3d512e0f6af172789aac701ac9b3ef0e074de 100644 (file)
@@ -30,6 +30,10 @@ With details.
 */
 enum Enum {};
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
index 80efff8126170a1ebe02184fa3ef115268cfaddf..70147193476a9f05d6e6c78aa231f82d99f1c506 100644 (file)
@@ -14,7 +14,11 @@ namespace NS {
 
 int var; /**< @brief A variable */
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
index bb33bf3d2caa9cb6b6caa1731d1b5d8a1ed51586..3673bc17a18facf3cc05dd4c1ea1b9d659ccc22d 100644 (file)
@@ -1,7 +1,11 @@
 /** @defgroup fizzbuzz A group
 @{ */
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /** @brief Foo */
 namespace Foo {
index 775d58027dbc1b2150335023ce62e34d864ffa6e..848ae8d707c35ef3dd08f15a3365adb15bdf7164 100644 (file)
@@ -40,7 +40,11 @@ class Class {
         /** @brief A friend grouped function */
         friend void friendGroupedFunction();
 
-        /*@}*/
+        /* Since 1.8.17, the original short-hand group closing doesn't work
+           anymore. FFS. */
+        /**
+         * @}
+         */
 };
 
 /** @brief Class with template parameters */
index c8d7b37a9b2da76295b650ec7e4fa4bb01af8b3a..691076b85484068c2a75657183b628251c249f5b 100644 (file)
@@ -84,5 +84,9 @@ class Class {
          */
         void privateGroupedSlot();
 
-    /*@}*/
+    /* Since 1.8.17, the original short-hand group closing doesn't work
+       anymore. FFS. */
+    /**
+     * @}
+     */
 };
index 14461ab24aa505c9baf94aa0b805fedacd214702..c95b5fd970638106860ec15c4132adb06627d2b4 100644 (file)
@@ -11,4 +11,8 @@ class Bar {};
 
 }
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
index a38bd734ab37485b7947a99ef917db0d546200e0..882268ca5c8781b3218b86f8daa8806dec3ebd28 100644 (file)
@@ -58,6 +58,8 @@ enum class Enum {
 
 /** @defgroup deprecated-group A group
  * @deprecated This group is deprecated.
+ *
+ * @{
  */
 
 /**
@@ -72,7 +74,11 @@ union DeprecatedUnion {};
 */
 struct DeprecatedStruct {};
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
index 9ca24084df0d04b32a07d27862f50b6d597d9382..f080ea67ee29edd12ad2e3f445432f608fdb61b0 100644 (file)
@@ -95,7 +95,11 @@ union Union {};
  */
 struct Struct {};
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }
 
index ce6f38121be8768987556d8eb466b6bbcb3000e7..f17c5c4e1ead30e72f4a44d2af9558dfe45532c4 100644 (file)
@@ -96,7 +96,11 @@ constexpr void* variableInAGroup = nullptr;
 /* An undocumented define in a group */
 #define A_DEFINE_IN_A_GROUP
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 /** @defgroup group A module
 @{ */
@@ -125,7 +129,11 @@ constexpr const int VarInModule = 3;
 /* An undocumented function in a module */
 void fooInModule();
 
-/*@}*/
+/* Since 1.8.17, the original short-hand group closing doesn't work anymore.
+   FFS. */
+/**
+ * @}
+ */
 
 }}