Sha256: 50cdc4d6b2bcefc52ef5e601d26db6e5d39021be4724e9f2b0d36b1a22f06323
Contents?: true
Size: 619 Bytes
Versions: 8
Compression:
Stored size: 619 Bytes
Contents
{% include "lib/macros.html" %} {% extends "api/api.template.html" %} {% block additional %} {% if doc.params or doc.returns or doc.this or doc.kind == 'function' -%} <h2 id="usage">Usage</h2> {% if doc.usage %} {$ doc.usage | code $} {% else %} {$ functionSyntax(doc) $} {% endif %} {% include "lib/params.template.html" %} {% include "lib/this.template.html" %} {% include "lib/returns.template.html" %} {%- endif %} {% include "lib/methods.template.html" %} {% include "lib/events.template.html" %} {% include "lib/properties.template.html" %} {% endblock %}
Version data entries
8 entries across 8 versions & 1 rubygems