diff options
author | albert-github <albert.tests@gmail.com> | 2019-06-13 11:21:33 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-06-13 11:21:33 (GMT) |
commit | 268721df2152dc5909498391867cdc07cce08b10 (patch) | |
tree | e8adf96b79b322ad5a096fbbdeee645f90690e8e /testing/019 | |
parent | 0ef84d5a612cff2f140bc01d8e88f77ec50f3de6 (diff) | |
download | Doxygen-268721df2152dc5909498391867cdc07cce08b10.zip Doxygen-268721df2152dc5909498391867cdc07cce08b10.tar.gz Doxygen-268721df2152dc5909498391867cdc07cce08b10.tar.bz2 |
Missing brief descriptions with `\defgroup`
Test 19 was incorrect, didn't show group description either (see make tests TEST_FLAGS="--keep --xhtml --id=19"
Diffstat (limited to 'testing/019')
-rw-r--r-- | testing/019/group__g1.xml | 2 | ||||
-rw-r--r-- | testing/019/group__g2.xml | 2 | ||||
-rw-r--r-- | testing/019/group__g3.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/019/group__g1.xml b/testing/019/group__g1.xml index d9ea16d..d6807ca 100644 --- a/testing/019/group__g1.xml +++ b/testing/019/group__g1.xml @@ -20,9 +20,9 @@ </memberdef> </sectiondef> <briefdescription> + <para>Text for first group. </para> </briefdescription> <detaileddescription> - <para>Text for first group. </para> </detaileddescription> </compounddef> </doxygen> diff --git a/testing/019/group__g2.xml b/testing/019/group__g2.xml index 9b1fc83..3514d89 100644 --- a/testing/019/group__g2.xml +++ b/testing/019/group__g2.xml @@ -21,9 +21,9 @@ </memberdef> </sectiondef> <briefdescription> + <para>Text for second group. </para> </briefdescription> <detaileddescription> - <para>Text for second group. </para> </detaileddescription> </compounddef> </doxygen> diff --git a/testing/019/group__g3.xml b/testing/019/group__g3.xml index d9137b0..0f21232 100644 --- a/testing/019/group__g3.xml +++ b/testing/019/group__g3.xml @@ -34,9 +34,9 @@ </memberdef> </sectiondef> <briefdescription> + <para>Text for third group. </para> </briefdescription> <detaileddescription> - <para>Text for third group. </para> </detaileddescription> </compounddef> </doxygen> |