2017-01-26 14:03:53 +00:00
|
|
|
{% import "lib/paramList.html" as params -%}
|
2017-01-27 14:51:41 +00:00
|
|
|
{% extends 'layout/api-base.template.html' -%}
|
|
|
|
|
|
|
|
{% block details %}
|
|
|
|
{% include "includes/_class-overview.html" %}
|
|
|
|
{% block additional %}{% endblock %}
|
|
|
|
{% include "includes/_description.html" %}
|
|
|
|
{% include "includes/_annotations.html" %}
|
|
|
|
{% include "includes/_constructor.html" %}
|
|
|
|
{% include "includes/_statics.html" %}
|
|
|
|
{% include "includes/_members.html" %}
|
2017-01-26 14:03:53 +00:00
|
|
|
{% endblock %}
|