We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent c3f6123 commit 7240f31Copy full SHA for 7240f31
docs/config/templates/ngdoc/lib/methods.template.html
@@ -17,7 +17,7 @@ <h4>Parameters</h4>
17
{% endif %}
18
19
{% if method.this %}
20
- <h4>Method's {% code %}this{% endcode %}</h4>
+ <h4>Method's `this`</h4>
21
{$ method.this | marked $}
22
23
docs/config/templates/ngdoc/lib/this.template.html
@@ -1,4 +1,4 @@
1
{% if doc.this %}
2
-<h3>Method's {% code %}this{% endcode %}</h3>
+<h3>Method's `this`</h3>
3
{$ doc.this | marked $}
4
-{% endif %}
+{% endif %}
0 commit comments