summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-15 06:05:31 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-15 06:45:27 -0500
commit9f1b87bb764635eeba7e83bf795844aa49e27d81 (patch)
tree204b5eeab398d4b38a4253581fe41c7cfb709502 /giscanner/doctemplates
parentca107cbb3c45371142b0f3b8487c68a25e9e1ec7 (diff)
downloadgobject-introspection-9f1b87bb764635eeba7e83bf795844aa49e27d81.tar.gz
doctool: Rename page_style to page_kind
Diffstat (limited to 'giscanner/doctemplates')
-rw-r--r--giscanner/doctemplates/C/function.tmpl4
-rw-r--r--giscanner/doctemplates/Gjs/function.tmpl4
-rw-r--r--giscanner/doctemplates/Python/function.tmpl4
-rw-r--r--giscanner/doctemplates/base.tmpl2
4 files changed, 7 insertions, 7 deletions
diff --git a/giscanner/doctemplates/C/function.tmpl b/giscanner/doctemplates/C/function.tmpl
index c2d393b9..c788225e 100644
--- a/giscanner/doctemplates/C/function.tmpl
+++ b/giscanner/doctemplates/C/function.tmpl
@@ -1,9 +1,9 @@
<%inherit file="/base.tmpl"/>
<%block name="info">
% if node.parent is not None:
- <link type="guide" xref="${namespace.name}.${node.parent.name}" group="${page_style}"/>
+ <link type="guide" xref="${namespace.name}.${node.parent.name}" group="${page_kind}"/>
% else:
- <link type="guide" xref="index" group="${page_style}"/>
+ <link type="guide" xref="index" group="${page_kind}"/>
% endif
<api:function>
<api:returns>
diff --git a/giscanner/doctemplates/Gjs/function.tmpl b/giscanner/doctemplates/Gjs/function.tmpl
index 46c46271..6a43ddb3 100644
--- a/giscanner/doctemplates/Gjs/function.tmpl
+++ b/giscanner/doctemplates/Gjs/function.tmpl
@@ -1,9 +1,9 @@
<%inherit file="/base.tmpl"/>
<%block name="info">
% if node.parent is not None:
- <link type="guide" xref="${namespace.name}.${node.parent.name}" group="${page_style}"/>
+ <link type="guide" xref="${namespace.name}.${node.parent.name}" group="${page_kind}"/>
% else:
- <link type="guide" xref="index" group="${page_style}"/>
+ <link type="guide" xref="index" group="${page_kind}"/>
% endif
<api:function>
<api:returns>
diff --git a/giscanner/doctemplates/Python/function.tmpl b/giscanner/doctemplates/Python/function.tmpl
index d1b57f4e..e1fc5d94 100644
--- a/giscanner/doctemplates/Python/function.tmpl
+++ b/giscanner/doctemplates/Python/function.tmpl
@@ -1,9 +1,9 @@
<%inherit file="/base.tmpl"/>
<%block name="info">
% if node.parent is not None:
- <link type="guide" xref="${namespace.name}.${node.parent.name}" group="${page_style}"/>
+ <link type="guide" xref="${namespace.name}.${node.parent.name}" group="${page_kind}"/>
% else:
- <link type="guide" xref="index" group="${page_style}"/>
+ <link type="guide" xref="index" group="${page_kind}"/>
% endif
<api:function>
<api:returns>
diff --git a/giscanner/doctemplates/base.tmpl b/giscanner/doctemplates/base.tmpl
index 0fe84651..7fd0fd26 100644
--- a/giscanner/doctemplates/base.tmpl
+++ b/giscanner/doctemplates/base.tmpl
@@ -2,7 +2,7 @@
<?xml version="1.0"?>
<page id="${page_id}"
type="${self.attr.page_type}"
- style="${page_style}"
+ style="${page_kind}"
xmlns="http://projectmallard.org/1.0/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">