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
Key thing is that @ignore attributes need to be migrated to @hidden.
I believe @deyaaeldeen also checked in a tsdoc.json file that has to exist as well to allow for @hidden to work while we eliminate typedoc in our docs pipeline (this might have come in already in another PR).
@richardpark-msft that has already been done across our code base here: #12963. I also posted a PSA on our teams channel about not introducing more @ignores. But there is still a risk more @ignores could be added in packages not being checked by the linter.
Run
rushx lint
to see if the linting report has complains about comments. Fix issues by following the tags syntax: https://tsdoc.org/pages/tags/alpha/The text was updated successfully, but these errors were encountered: