File: htmljsmenumembersdata.tpl

package info (click to toggle)
doxygen 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,740 kB
  • sloc: cpp: 243,066; lex: 36,477; ansic: 14,244; xml: 10,904; python: 3,219; javascript: 2,540; yacc: 574; php: 441; perl: 375; makefile: 198; sh: 26; objc: 14; cs: 5; f90: 4; java: 1
file content (58 lines) | stat: -rw-r--r-- 1,708 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{# all members #}
{% with list=page.all section='' text=tr.all %}
  {% include 'htmljsmenuletterdata.tpl' %}
{% endwith %}
{# functions #}
{% if page.functions %}
  {% with list=page.functions section='_func' text=tr.functions %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# variables #}
{% if page.variables %}
  {% with list=page.variables section='_vars' text=tr.variables %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# typedefs #}
{% if page.typedefs %}
  {% with list=page.typedefs section='_type' text=tr.typedefs %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# enums #}
{% if page.enums %}
  {% with list=page.enums section='_enum' text=tr.enums %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# enumValues #}
{% if page.enumValues %}
  {% with list=page.enumValues section='_eval' text=tr.enumValues %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# macros #}
{% if page.macros %}
  {% with list=page.macros section='_defs' text=tr.macros %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# properties #}
{% if page.properties %}
  {% with list=page.properties section='_prop' text=tr.properties %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# events #}
{% if page.events %}
  {% with list=page.events section='_evnt' text=tr.events %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}
{# related #}
{% if page.related %}
  {% with list=page.related section='_rela' text=tr.related %}
    ,{% include 'htmljsmenuletterdata.tpl' %}
  {% endwith %}
{% endif %}