summaryrefslogtreecommitdiff
path: root/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 11:46:13 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:41 -0500
commit9c68ba7c6f8b6b7367ccad1877d28cd526045961 (patch)
tree115590a1b08d8bbc100b75ef9d12c2a9315521ff /tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page
parentbfeac67a02b618e1e771db3e05601bde9b0fb5d8 (diff)
downloadgobject-introspection-9c68ba7c6f8b6b7367ccad1877d28cd526045961.tar.gz
doctool: Use a base template for all pages
Diffstat (limited to 'tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page')
-rw-r--r--tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page18
1 files changed, 13 insertions, 5 deletions
diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page
index 071abf1a..6278c649 100644
--- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page
+++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.page
@@ -1,22 +1,28 @@
<?xml version="1.0"?>
<page id="DocExamples.Obj"
- type="guide"
+ type="topic"
style="class"
xmlns="http://projectmallard.org/1.0/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/experimental/ui/">
<info>
- <link type="guide" xref="index" group="class"/>
+
+ <link type="guide" xref="index"/>
+
</info>
<title>DocExamples.Obj</title>
-<p>This is an example of how to document a class</p><p>This class has a signal: <link xref="DocExamples.Obj-signal-example">DocExamples.Obj::signal-example</link>.</p><p>And also has a property: <link xref="DocExamples.Obj-property-example">DocExamples.Obj:property-example</link>.</p>
-
+
+
+ <p>This is an example of how to document a class</p><p>This class has a signal: <link xref="DocExamples.Obj-signal-example">DocExamples.Obj::signal-example</link>.</p><p>And also has a property: <link xref="DocExamples.Obj-property-example">DocExamples.Obj:property-example</link>.</p>
+
<synopsis><code>
from gi.repository import DocExamples
obj = DocExamples.Obj(<link xref='DocExamples.Obj-property-example'>property_example</link>=value) </code></synopsis>
-<p>Since 0.99</p>
+
+ <p>Since 0.99</p>
+
<synopsis>
<title>Hierarchy</title>
<tree>
@@ -50,4 +56,6 @@ obj = DocExamples.Obj(<link xref='DocExamples.Obj-property-example'>property_exa
<links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist">
<title>Other</title>
</links>
+
+
</page>