* Whether the given doc has the @docs-public tag specified and should be enforced as * public document. This allows symbols which are usually private to show up in the docs. * * Additionally symbols with "@docs-public" tag can specify a public name under which the * document should show up in th
(doc: ApiDoc)
| 73 | * show up in the docs as "MatMenu". |
| 74 | */ |
| 75 | function _isEnforcedPublicDoc(doc: ApiDoc): boolean { |
| 76 | return getDocsPublicTag(doc) !== undefined; |
| 77 | } |
no test coverage detected
searching dependent graphs…