You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Illegal use of "@public" tag. You can only use this tag on the following docTypes: ['property', 'method']. Register this docType with extractAccessTransform.addDocType("js") prior to use.
Guess this is not a desired behaviour for ES* code.
The text was updated successfully, but these errors were encountered:
wingedfox
added a commit
to wingedfox/dgeni-alive
that referenced
this issue
Jun 19, 2016
info: running processor: extractTagsProcessor
error: Error: Illegal use of "@Private" tag.
You can only use this tag on the following docTypes: [ property, method ].
Register this docType with extractAccessTransform.addDocType("js") prior to use - doc (js)
Added mentioned workaround by @wingedfox in my dgeni configuration file.
Should that be fixed as part of dgeni package itself?
Hi,
There's a check
https://github.com/angular/dgeni-packages/blob/master/jsdoc/services/transforms/extract-access.js#L24
which fails with
Guess this is not a desired behaviour for ES* code.
The text was updated successfully, but these errors were encountered: