Skip to content

Commit f8674b4

Browse files
committed
docs(api_split.pug): add "See:" section if "prop.see" is defined
1 parent 40f89df commit f8674b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api_split.pug

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,10 @@ block content
7575
h5 Inherits:
7676
ul
7777
li <span class="method-type">&laquo;#{prop.inherits}&raquo;</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>
7883
div
7984
| !{prop.description}

0 commit comments

Comments
 (0)