Distinguish doc-comments from other comments
Open
editorial
- Dominant language
- JavaScript
- Stars
- 148k
- Forks
- 26.6k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/airbnb/javascript#comments--multiline
recommend `/** ... */` without even mentioning `/* ... */`. The former should only be used for doc-comments. The latter should be used for all comments that are not doc-comments, even if they are multiline.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.