mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(docs): don't render private class members
This commit is contained in:
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@ -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 @>
|
||||
|
||||
|
Reference in New Issue
Block a user