芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/dev/docs/templates/clean/layout.html.twig
{% use 'elements/constant.html.twig' %} {% use 'elements/property.html.twig' %} {% use 'elements/method.html.twig' %} {% use 'elements/namespaces.sidebar.html.twig' %}
{% block title %}{{ project.name }}{% endblock %}
{{ renderBaseUrlHeader() }}
{% block stylesheets %}{% endblock %} {% block javascripts %}{% endblock %}
{{ project.name }}
{% if project.namespace.children|length > 0 %}
API Documentation
{% for namespace in project.namespace.children|sort_asc %}
{{ namespace|route|raw }}
{% endfor %}
{% endif %}
Charts
Class hierarchy diagram
Reports
{% set errorCount = 0 %} {% for file in project.files %} {% set errorCount = errorCount + file.allerrors.count %} {% endfor %}
Errors
{{ errorCount }}
{% set markerCount = 0 %} {% for file in project.files %} {% set markerCount = markerCount + file.markers.count %} {% endfor %}
Markers
{{ markerCount }}
{% set deprecatedCount = 0 %} {% for element in project.indexes.elements if element.deprecated %} {% set deprecatedCount = deprecatedCount + element.tags.deprecated.count %} {% endfor %}
Deprecated
{{ deprecatedCount }}
{% block content %}{% endblock %}