diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-01 01:11:23 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-01 19:47:42 -0500 |
commit | fb550201b36b49035d11a7d25b93d2191b6481f8 (patch) | |
tree | 8474bd1eb109aa2518d1cb86792f5450cd0686d3 /giscanner | |
parent | 7169562133632e11fb4f564211a1db1aa61bab5c (diff) | |
download | gobject-introspection-fb550201b36b49035d11a7d25b93d2191b6481f8.tar.gz |
doctool: Switch to UI v1.0
This is to shut yelp up about experimental UI and expanded.
Diffstat (limited to 'giscanner')
-rw-r--r-- | giscanner/doctemplates/base.tmpl | 2 | ||||
-rw-r--r-- | giscanner/doctemplates/class.tmpl | 12 | ||||
-rw-r--r-- | giscanner/doctemplates/namespace.tmpl | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/giscanner/doctemplates/base.tmpl b/giscanner/doctemplates/base.tmpl index e40739c3..0fe84651 100644 --- a/giscanner/doctemplates/base.tmpl +++ b/giscanner/doctemplates/base.tmpl @@ -5,7 +5,7 @@ style="${page_style}" xmlns="http://projectmallard.org/1.0/" xmlns:api="http://projectmallard.org/experimental/api/" - xmlns:ui="http://projectmallard.org/experimental/ui/"> + xmlns:ui="http://projectmallard.org/1.0/ui/"> <info> <%block name="info"> <link type="guide" xref="index"/> diff --git a/giscanner/doctemplates/class.tmpl b/giscanner/doctemplates/class.tmpl index f264bc2d..7f8b6869 100644 --- a/giscanner/doctemplates/class.tmpl +++ b/giscanner/doctemplates/class.tmpl @@ -15,26 +15,26 @@ </synopsis> </%block> <%block name="links"> - <links type="topic" ui:expanded="yes" + <links type="topic" ui:expanded="true" api:type="function" api:mime="${formatter.mime_type}" groups="method" style="linklist"> <title>Methods</title> </links> - <links type="topic" ui:expanded="yes" + <links type="topic" ui:expanded="true" api:type="function" api:mime="${formatter.mime_type}" groups="function" style="linklist"> <title>Functions</title> </links> - <links type="topic" ui:expanded="yes" groups="property" style="linklist"> + <links type="topic" ui:expanded="true" groups="property" style="linklist"> <title>Properties</title> </links> - <links type="topic" ui:expanded="yes" groups="signal" style="linklist"> + <links type="topic" ui:expanded="true" groups="signal" style="linklist"> <title>Signals</title> </links> - <links type="topic" ui:expanded="yes" groups="vfunc" style="linklist"> + <links type="topic" ui:expanded="true" groups="vfunc" style="linklist"> <title>Virtual functions</title> </links> - <links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist"> + <links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist"> <title>Other</title> </links> </%block> diff --git a/giscanner/doctemplates/namespace.tmpl b/giscanner/doctemplates/namespace.tmpl index 10745fae..48ae1d91 100644 --- a/giscanner/doctemplates/namespace.tmpl +++ b/giscanner/doctemplates/namespace.tmpl @@ -3,13 +3,13 @@ <%block name="doc"> </%block> <%block name="links"> - <links type="topic" ui:expanded="yes" groups="class" style="linklist"> + <links type="topic" ui:expanded="true" groups="class" style="linklist"> <title>Classes</title> </links> - <links type="topic" ui:expanded="yes" groups="function" style="linklist"> + <links type="topic" ui:expanded="true" groups="function" style="linklist"> <title>Functions</title> </links> - <links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist"> + <links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist"> <title>Other</title> </links> </%block> |