summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-18 12:17:43 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-18 12:17:43 +0100
commit51b0488d5323b518650d89653f59effa9bd16112 (patch)
tree661bad58198ee7a7922f5a759bd4a03ff6e96ba0 /giscanner
parentc0d5e8fbc6bd210adc8f2f83d48bfe2d5bee68b4 (diff)
downloadgobject-introspection-51b0488d5323b518650d89653f59effa9bd16112.tar.gz
g-ir-doc-tool: Add Since: tag to mallard docs
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/mallard-C-function.tmpl3
-rw-r--r--giscanner/mallard-Python-function.tmpl3
2 files changed, 6 insertions, 0 deletions
diff --git a/giscanner/mallard-C-function.tmpl b/giscanner/mallard-C-function.tmpl
index 4f20b23e..4eb3d07b 100644
--- a/giscanner/mallard-C-function.tmpl
+++ b/giscanner/mallard-C-function.tmpl
@@ -89,4 +89,7 @@ ${formatter.format(node.doc)}
% endif
</table>
% endif
+% if node.version:
+<p>Since ${node.version}</p>
+% endif
</page>
diff --git a/giscanner/mallard-Python-function.tmpl b/giscanner/mallard-Python-function.tmpl
index b3c74a43..2bca6ac6 100644
--- a/giscanner/mallard-Python-function.tmpl
+++ b/giscanner/mallard-Python-function.tmpl
@@ -85,4 +85,7 @@ ${formatter.format(node.doc)}
% endif
</table>
% endif
+% if node.version:
+<p>Since ${node.version}</p>
+% endif
</page>