|
57 | 57 | | ---:|:--- |
|
58 | 58 | | **Extends** |
|
59 | 59 | {%- if class.parent -%}
|
60 |
| - [{{ class.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ class.parent.name }}</span>](/api/classes.html# |
| 60 | + [{{ class.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ class.parent.name }}</span>](classes.html# |
61 | 61 | {{- class.parent|trim('\\')|lower|replace({'\\': '-'}) }})
|
62 | 62 | {%- else -%}
|
63 | 63 | _Nothing_
|
64 | 64 | {%- endif -%}
|
65 | 65 | |
|
66 | 66 | | **Implements** |
|
67 | 67 | {%- for iname, ishort in interfaces if ishort is not empty -%}
|
68 |
| - [{{ iname|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ ishort }}</span>](/api/interfaces.html# |
| 68 | + [{{ iname|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ ishort }}</span>](interfaces.html# |
69 | 69 | {{- iname|lower|replace({'\\': '-'}) }}) <br />
|
70 | 70 | {%- else -%}
|
71 | 71 | _Nothing_
|
72 | 72 | {%- endfor -%}
|
73 | 73 | |
|
74 | 74 | | **Uses** |
|
75 | 75 | {%- for tName, tShort in traits if tShort is not empty -%}
|
76 |
| - [{{ tName|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ tShort }}</span>](/api/traits.html# |
| 76 | + [{{ tName|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ tShort }}</span>](traits.html# |
77 | 77 | {{- tName|trim('\\')|lower|replace({'\\': '-'}) }}) <br />
|
78 | 78 | {%- else -%}
|
79 | 79 | _Nothing_
|
|
111 | 111 | {%- set parent_location = 'traits' %}
|
112 | 112 | {%- endif %}
|
113 | 113 |
|
114 |
| -- [{{ method.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ method.parent.name }}</span>](/api/{{ parent_location }}.html# |
| 114 | +- [{{ method.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ method.parent.name }}</span>]({{ parent_location }}.html# |
115 | 115 | {{- method.parent|trim('\\')|lower|replace({'\\': '-'}) -}}
|
116 | 116 | )::
|
117 | 117 | {{- include('_blocks/anchor-link-method.md.twig', { text: method.name ~ '()' }) -}}
|
|
141 | 141 | {%- set parent_location = 'traits' %}
|
142 | 142 | {%- endif %}
|
143 | 143 |
|
144 |
| -- [{{ property.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ property.parent.name }}</span>](/api/{{ parent_location }}.html# |
| 144 | +- [{{ property.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ property.parent.name }}</span>]({{ parent_location }}.html# |
145 | 145 | {{- property.parent|trim('\\')|lower|replace({'\\': '-'}) -}}
|
146 | 146 | )::
|
147 | 147 | {{- include('_blocks/anchor-link-property.md.twig', { text: '$' ~ property.name }) -}}
|
|
0 commit comments