Blame templates/html/htmlmembertabs.tpl

Packit Service 50c9f2
{# inputs page, list #}
Packit Service 50c9f2
{% if not config.DISABLE_INDEX %}
Packit Service 50c9f2
{# third row of tabs #}
Packit Service 50c9f2
Packit Service 50c9f2
  
    Packit Service 50c9f2
        
  • {{ tr.all }}
  • Packit Service 50c9f2
    {% if page.functions %}
    Packit Service 50c9f2
        
  • {{ tr.functions }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.variables %}
    Packit Service 50c9f2
        
  • {{ tr.variables }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.typedefs %}
    Packit Service 50c9f2
        
  • {{ tr.typedefs }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.enums %}
    Packit Service 50c9f2
        
  • {{ tr.enums }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.enumValues %}
    Packit Service 50c9f2
        
  • {{ tr.enumValues }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.macros %}
    Packit Service 50c9f2
        
  • {{ tr.macros }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.properties %}
    Packit Service 50c9f2
        
  • {{ tr.properties }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.events %}
    Packit Service 50c9f2
        
  • {{ tr.events }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
    {% if page.related %}
    Packit Service 50c9f2
        
  • {{ tr.related }}
  • Packit Service 50c9f2
    {% endif %}
    Packit Service 50c9f2
      
    Packit Service 50c9f2
    Packit Service 50c9f2
    {# forth row of tabs #}
    Packit Service 50c9f2
    {% if list|length>maxItemsForMultiPageList %}
    Packit Service 50c9f2
    Packit Service 50c9f2
      
      Packit Service 50c9f2
          {% with index=list|alphaIndex:'name' %}
      Packit Service 50c9f2
            {% for sect in index %}
      Packit Service 50c9f2
              
    • {{ sect.letter }}
    • Packit Service 50c9f2
            {% endfor %}
      Packit Service 50c9f2
          {% endwith %}
      Packit Service 50c9f2
        
      Packit Service 50c9f2
      Packit Service 50c9f2
      {% endif %}
      Packit Service 50c9f2
      {% endif %}