From 36790f0ce9219e1d5168d0f8c9c50e925580553c Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sat, 18 Feb 2012 17:00:51 +0100 Subject: g-ir-doc-tool: Add Since: tag to classes --- giscanner/mallard-C-class.tmpl | 3 +++ giscanner/mallard-Python-class.tmpl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/giscanner/mallard-C-class.tmpl b/giscanner/mallard-C-class.tmpl index ad2735e0..2d739043 100644 --- a/giscanner/mallard-C-class.tmpl +++ b/giscanner/mallard-C-class.tmpl @@ -10,6 +10,9 @@ ${node.ctype} ${formatter.format(node.doc)} +% if node.version: +

Since ${node.version}

+% endif Hierarchy diff --git a/giscanner/mallard-Python-class.tmpl b/giscanner/mallard-Python-class.tmpl index b317b432..1dd8644d 100644 --- a/giscanner/mallard-Python-class.tmpl +++ b/giscanner/mallard-Python-class.tmpl @@ -10,6 +10,9 @@ ${namespace.name}.${node.name} ${formatter.format(node.doc)} +% if node.version: +

Since ${node.version}

+% endif Hierarchy -- cgit v1.2.1