Skip to content

Commit 865afde

Browse files
authored
fix(template:tui): remove empty sections (#123)
Close #122
1 parent a4545bc commit 865afde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/templates/tui.ejs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
</p></div></div> <%# Prematurely close JSDoc default template tags %>
22

33
<style>
4+
.container-overview {
5+
display: none;
6+
}
7+
48
.main section article table td.name,
59
.main section article table td.type,
610
.main section article table td.attributes,

0 commit comments

Comments
 (0)