[gtk-doc] mkhtml2: add test for devhelp2 refsect3 fields
- From: Stefan Sauer <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] mkhtml2: add test for devhelp2 refsect3 fields
- Date: Thu, 28 Feb 2019 19:16:03 +0000 (UTC)
commit 223e1303d02c04b604f868a33944d9c29908a658
Author: Stefan Sauer <ensonic users sf net>
Date: Thu Feb 28 07:42:45 2019 +0100
mkhtml2: add test for devhelp2 refsect3 fields
tests/mkhtml2.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
---
diff --git a/tests/mkhtml2.py b/tests/mkhtml2.py
index 6b1f232..00d3fd5 100755
--- a/tests/mkhtml2.py
+++ b/tests/mkhtml2.py
@@ -149,6 +149,30 @@ class TestDevhelp(unittest.TestCase):
<title role="details.title">Functions</title>
<refsect2 id="gtkdoc-object-new" role="function" condition="since:0.1">
<title>gtkdoc_object_new ()</title>
+ <refsect3 id="GtkdocObjectClass.members" role="struct_members">
+ <title>Members</title>
+ <informaltable role="struct_members_table" pgwide="1" frame="none">
+ <tgroup cols="3">
+ <colspec colname="struct_members_name" colwidth="300px"/>
+ <colspec colname="struct_members_description"/>
+ <colspec colname="struct_members_annotations" colwidth="200px"/>
+ <tbody>
+ <row role="member">
+ <entry role="struct_member_name">
+ <para>
+ GtkdocObjectClass
+ <structfield id="GtkdocObjectClass.parent">parent</structfield>;
+ </para>
+ </entry>
+ <entry role="struct_member_description">
+ <para>parent/</para>
+ </entry>
+ <entry role="struct_member_annotations"></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect3>
</refsect2>
</refsect1>
</refentry>
@@ -194,6 +218,13 @@ class TestDevhelp(unittest.TestCase):
'link="GtkdocObject.html#gtkdoc-object-new" since="0.1"/>',
devhelp)
+ def test_create_devhelp_with_refesect3_has_member_keywords(self):
+ devhelp = self.convert(self.xml_full)
+ self.assertIn(
+ '<keyword type="member" name="GtkdocObjectClass.parent" '
+ 'link="GtkdocObject.html#GtkdocObjectClass.parent"/>',
+ devhelp)
+
class TestNavNodes(unittest.TestCase):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]