File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ <h2>API Reference</h2>
64
64
{% if render %}
65
65
< div id ="method_{{ name | slugify }} " class ="api_method_wrapper ">
66
66
{{ method.description.summary | markdownify }}
67
- < ul >
67
+ < ul class =" tags " >
68
68
{% for tag in method.tags %}
69
69
{% if tag.type == "param" %}
70
- < li > @{{ tag.type }} { {{ tag.types | join: ' | ' }} } {{ tag.name }} {{ tag.description }}</ li >
70
+ < li class =" tag " > < span class =" type " > @{{ tag.type }}</ span > < span class =" types " > { {{ tag.types | join: ' | ' }} }</ span > < span class =" name " > {{ tag.name }}</ span > < span class =" desc " > {{ tag.description }}</ span > </ li >
71
71
{% elsif tag.type == "see" %}
72
- < li > @{{ tag.type }} {% if tag.url %}< a href ='{{ tag.url }} ' target ='_blank '> {{ tag.url }}</ a > {% else %}{{ tag.local }}{% endif %}</ li >
72
+ < li class =" tag " > < span class =" type " > @{{ tag.type }}</ span > {% if tag.url %}< span class =" type " > < a href ='{{ tag.url }} ' target ='_blank '> {{ tag.url }}</ a > </ span > {% else %}< span class =" name " > {{ tag.local }}</ span > {% endif %}</ li >
73
73
{% endif %}
74
74
{% endfor %}
75
75
</ ul >
You can’t perform that action at this time.
0 commit comments