summaryrefslogtreecommitdiff
path: root/tests/doctool/DocExamples-1.0-C-expected
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-21 17:17:17 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-21 17:17:17 +0100
commit0212b33e933999b4d03858cce503c602c5a05908 (patch)
tree68c2e5253188ac1d8e8a45ddf2c3b960ec827095 /tests/doctool/DocExamples-1.0-C-expected
parentc0da16d776005bacdb18b642fb82092e0da61d41 (diff)
downloadgobject-introspection-0212b33e933999b4d03858cce503c602c5a05908.tar.gz
g-ir-doc-tool: Add a method in the tests
Diffstat (limited to 'tests/doctool/DocExamples-1.0-C-expected')
-rw-r--r--tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page53
1 files changed, 53 insertions, 0 deletions
diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page
new file mode 100644
index 00000000..f6c2eba5
--- /dev/null
+++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+
+<page id="DocExamples.Obj.method"
+ type="topic"
+ style="method"
+ 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="DocExamples.Obj" group="method"/>
+ <api:function>
+ <api:returns>
+ <api:type>void</api:type>
+ </api:returns>
+ <api:name>doc_examples_obj_method</api:name>
+ <api:arg>
+ <api:type>DocExamplesObj *</api:type>
+ <api:name>self</api:name>
+ </api:arg>
+ <api:arg>
+ <api:type>gint</api:type>
+ <api:name>first_arg</api:name>
+ </api:arg>
+ <api:arg>
+ <api:type>gfloat</api:type>
+ <api:name>second_arg</api:name>
+ </api:arg>
+ </api:function>
+ </info>
+ <title>doc_examples_obj_method</title>
+<synopsis><code mime="text/x-csrc">
+void doc_examples_obj_method (DocExamplesObj *self,
+gint first_arg,
+ gfloat second_arg);
+</code></synopsis>
+<p>This is an example of how to document a method.</p>
+
+<table>
+<tr>
+<td><p>first_arg :</p></td>
+<td><p>first argument</p></td>
+</tr>
+<tr>
+<td><p>second_arg :</p></td>
+<td><p>second argument</p></td>
+</tr>
+<tr>
+<td><p>Returns :</p></td>
+<td></td>
+</tr>
+</table>
+<p>Since 0.99</p>
+</page>