Sha256: 3444ccafae4428b4286a69c6a1e04c5068d056cd7ea23dee58b190d23af427b4

Contents?: true

Size: 815 Bytes

Versions: 6

Compression:

Stored size: 815 Bytes

Contents

<%! page_type="topic" %>\
<?xml version="1.0"?>
<page id="${page_id}"
      type="${self.attr.page_type}"
      style="${page_kind}"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:api="http://projectmallard.org/experimental/api/"
      xmlns:ui="http://projectmallard.org/1.0/ui/">
  <info>
    <%block name="info">
      ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
    </%block>
  </info>
  <title><%block name="title">${formatter.format_page_name(node)}</%block></title>
  <%block name="synopsis">
  </%block>
  <%block name="doc">
    ${formatter.format(node, node.doc)}
  </%block>
  <%block name="since_version">
    % if node.version:
    <p>Since ${node.version}</p>
    % endif
  </%block>
  <%block name="details">
  </%block>
  <%block name="links">
  </%block>
</page>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gobject-introspection-2.2.0-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl
gobject-introspection-2.1.0-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl
gobject-introspection-2.0.3-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl
gobject-introspection-2.0.2-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl
gobject-introspection-2.0.1-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl
gobject-introspection-2.0.0-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/base.tmpl