chiark / gitweb /
documentation/doxygen: thanks for this bug also.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 14:16:36 +0000 (16:16 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 17:29:05 +0000 (19:29 +0200)
documentation/test_doxygen/compound_includes/First.h
documentation/test_doxygen/compound_includes/group__group.html
documentation/test_doxygen/compound_includes_disabled/group__group.html
documentation/test_doxygen/compound_includes_undocumented_files/First.h
documentation/test_doxygen/compound_modules/group__group.html
documentation/test_doxygen/compound_modules/input.h
documentation/test_doxygen/compound_modules/modules.html
documentation/test_doxygen/search/Dir/File.h

index 40c92a22c91c31320669278d440afb8a7cb97942..62a4868258f33d2daecc594b19ee52fc1f28aaed 100644 (file)
@@ -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.)
 @{ */
index ae69bf6eedb4c8762eb7d66129dc9bf694361bc1..84c8bddb8f4270c2731d26c691a04745ac1e942d 100644 (file)
@@ -21,6 +21,7 @@
       <div class="m-col-l-10 m-push-l-1">
         <h1>
           A group <span class="m-thin">module</span></h1>
+        <p>Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.</p>
         <div class="m-block m-default">
           <h3>Contents</h3>
           <ul>
index 67de4f4131a12fbd1d095a967af7af7422c1e744..2d86e6717c72d5c33dc0f4a3a0cd7d7de4407a41 100644 (file)
@@ -21,6 +21,7 @@
       <div class="m-col-l-10 m-push-l-1">
         <h1>
           A group <span class="m-thin">module</span></h1>
+        <p>Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.</p>
         <div class="m-block m-default">
           <h3>Contents</h3>
           <ul>
index 338e898a13d41e45fbfb99d8b45be7cbddc42140..633a20d0781a290f7dd43f2ad45b05de5e311b79 100644 (file)
@@ -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.)
 @{ */
index f252ca99a3ae9796629a7b1a1cd72860af158e6f..5214440bab9f8ac5ad9196da7ada300fdba5cf8d 100644 (file)
@@ -32,6 +32,7 @@
       <div class="m-col-l-10 m-push-l-1">
         <h1>
           A group <span class="m-thin">module</span></h1>
+        <p>Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.</p>
         <div class="m-block m-default">
           <h3>Contents</h3>
           <ul>
index 35ed583c899e61ff80425259669795e272c6ae91..3bdb03d15318168d4bbcff8f3d890dcd0791ec99 100644 (file)
@@ -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.
 @{ */
index 955b6f82a529aba8f9ed86c15da6906978daee80..8b51b1e184ad134d9d28b39d0747542ab111d2ca 100644 (file)
@@ -33,7 +33,7 @@
         <h1>Modules</h2>
         <ul class="m-doc">
           <li class="m-doc-collapsible">
-            <a href="#" onclick="return toggle(this)">module</a> <a href="group__group.html" class="m-doc">A group</a> <span class="m-doc"></span>
+            <a href="#" onclick="return toggle(this)">module</a> <a href="group__group.html" class="m-doc">A group</a> <span class="m-doc">Brief description. If this is not present, the detailed description gets interpreted as brief in 1.8.18. FFS.</span>
             <ul class="m-doc">
               <li>module <a href="group__subgroup.html" class="m-doc">A subgroup</a> <span class="m-doc">Subgroup brief description.</span></li>
             </ul>
index f080ea67ee29edd12ad2e3f445432f608fdb61b0..39c2f8dac26e288cbdd1b6fa05167dda45ab416c 100644 (file)
@@ -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}
  * @{