Skip to content

Commit

Permalink
docs: insert hr between methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jun 18, 2017
1 parent 9c9b6ee commit ae185df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/util/tmpl/idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ function member_output(title, test){
if(test(m, declare.name)){
if(!has){
has = true;%>## <%-title%>
<%}
<%}else{%>--------------------------<%}
if(last_member != m.name && m.memType !== 'operator'){%>
### <%-m.name%><%
last_member = m.name;
}else{%>
--------------------------<%}%>
}%>
<%-m.doc.descript%>
```JavaScript
<%if(m.const){%><%-m.const%> <%}
Expand Down

0 comments on commit ae185df

Please sign in to comment.