fix(docs): don't render private class members

This commit is contained in:
Tim Lancina
2015-10-02 11:33:44 -05:00
parent 963f3dca1b
commit 47f9722c33
3 changed files with 21 additions and 1 deletions

View File

@ -125,7 +125,7 @@ defined in <$ githubViewLink(doc) $>
<@ endfor @>
<@ endif -@>
<@- if doc.members @>
<@- if doc.members and doc.members.length @>
## Members
<@- for method in doc.members @>