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.
1 parent 40f89df commit f8674b4Copy full SHA for f8674b4
docs/api_split.pug
@@ -75,5 +75,10 @@ block content
75
h5 Inherits:
76
ul
77
li <span class="method-type">«#{prop.inherits}»</span>
78
+ if prop.see != null
79
+ h5 See:
80
+ ul
81
+ each see in prop.see
82
+ li <span class="method-type"><a href="#{see.url}">#{see.text}</a></span>
83
div
84
| !{prop.description}
0 commit comments