microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.28k stars 597 forks source link

Fix api-extractor doc warnings #6728

Closed bheston closed 1 year ago

bheston commented 1 year ago

Pull Request

📖 Description

API Extractor is throwing some warnings on some doc comments, which also show up in downstream code that references this package.

Cleaned up those issues.

👩‍💻 Reviewer Notes

Note that the change in tooltip fixes ae-setter-with-docs which only wants comments on the getter. Removing the comment from the setter caused it to be removed from the Fields list in the README. Since that property has split visibility it's probably cleaner like this anyway.

✅ Checklist

General