diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2020-09-29 23:21:18 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2020-09-29 23:21:18 +0200 |
commit | 8c0e2808cd977128c3e5656ff268ae4ee9abc17a (patch) | |
tree | 26b5f71f4b2322641b6d116f2bed28797745dd6e /tests | |
parent | 0de9608f6f23fc837122fdf52528774ae47acc25 (diff) | |
download | gobject-introspection-8c0e2808cd977128c3e5656ff268ae4ee9abc17a.tar.gz |
Revert "giscanner: Fix section matching for documentation"
This reverts commit de6512b31b614567bf1800406303d1ccfb6d9455.
This was causing naming conflicts when the SECTION documentation
was picked over the class documentation.
See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/360
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scanner/annotationparser/gi/identifier_section.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/scanner/annotationparser/gi/identifier_section.xml b/tests/scanner/annotationparser/gi/identifier_section.xml index 380ab87b..fad2b2ed 100644 --- a/tests/scanner/annotationparser/gi/identifier_section.xml +++ b/tests/scanner/annotationparser/gi/identifier_section.xml @@ -329,38 +329,4 @@ returns nothing.</description> */</output> </test> - -<test> - <!-- - Section name in different case styles - See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/350 - --> - <input>/** - * SECTION:Meep-App - * @short_description: module for gtk-doc unit test - * - * This file contains non-sense code for the sole purpose of testing the docs. - */</input> - <parser> - <docblock> - <identifier> - <name>SECTION:meepapp</name> - </identifier> - <parameters> - <parameter> - <name>short_description</name> - <description>module for gtk-doc unit test</description> - </parameter> - </parameters> - <description>This file contains non-sense code for the sole purpose of testing the docs.</description> - </docblock> - </parser> - <output>/** - * SECTION:meepapp - * @short_description: module for gtk-doc unit test - * - * This file contains non-sense code for the sole purpose of testing the docs. - */</output> -</test> - </tests> |