{{ extends "whatsupdoc/base.html" }} {% block header %}
{% if param.variadic %}…{% end %}{{param.name|html}} | {% if param.type %}{{param.type|html}}{% end if %} {% if param.doc %} | {{param.doc|markdown}} | {% end %}
---|---|---|
returns | {{returns.type|html}} | {{returns.doc|markdown}} |
throws | {% if throws.type %}{{throws.type|html}}{% end if %} {% if throws.doc %} | {{throws.doc|markdown}} | {% end %}
See: {{see|markdown}}
{% end for %} {% if showErrors %} {% if errors %}The following errors were encountered in the source code that generated this documentation:
{% for error in errors %}{{error}}
{% end for %} {% end if errors %} {% end if %} {% if children %}{% if param.variadic %}…{% end %}{{param.name|html}} | {% if param.type %}{{param.type|html}}{% end if %} {% if param.doc %} | {{param.doc|markdown}} | {% end %}
---|---|---|
returns | {{object.returns.type|html}} | {{object.returns.doc|markdown}} |
throws | {% if throws.type %}{{throws.type|html}}{% end if %} {% if throws.doc %} | {{throws.doc|markdown}} | {% end %}
See: {{see|markdown}}
{% end for %} {% if showErrors %} {% if errors %}The following errors were encountered in the source code that generated this documentation:
{% for error in object.errors %}{{error}}
{% end for errors %} {% end if errors %} {% end if showErrors %} {% if object.children %}Properties:
{{child.name|html}} | {{child.doc|markdown}} |
---|