Sha256: f396f009c5ff4074ba7251035d7ea53fcd3aa9437a40d885a2ae01b4eb868ffd
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 KB
Contents
<%! page_type="guide" %>\ <%inherit file="/base.tmpl"/> <%block name="details"> <synopsis> <title>Hierarchy</title> <tree> % for class_ in formatter.get_class_hierarchy(node): <item> <code>${class_.namespace.name}.${class_.name}</code> % endfor % for class_ in formatter.get_class_hierarchy(node): </item> % endfor </tree> </synopsis> </%block> <%block name="links"> <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="true" api:type="function" api:mime="${formatter.mime_type}" groups="function" style="linklist"> <title>Functions</title> </links> <links type="topic" ui:expanded="true" groups="property" style="linklist"> <title>Properties</title> </links> <links type="topic" ui:expanded="true" groups="signal" style="linklist"> <title>Signals</title> </links> <links type="topic" ui:expanded="true" groups="vfunc" style="linklist"> <title>Virtual functions</title> </links> <links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist"> <title>Other</title> </links> </%block>
Version data entries
6 entries across 6 versions & 1 rubygems