-
-
Notifications
You must be signed in to change notification settings - Fork 112
Discriminate doc comments from single line comments #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just curious, what is your use case? why do you need to discriminate them? |
I find it more ergonomic to see at a glance where doc comments are, and which parts of code have (or have no) doc comments. |
It would be helpful to compute metrics that determine how much a code is documented in percentage |
Another usecase mentioned in #99 (comment) is to highlight doc comments as they are markdown. It would be especially useful for long documentation, like in modules. |
Should this be reopened? It looks like the changes from #99 were immediately reverted. |
It would be helpful to discriminate doc comments (///) from single line comments (//). Currently, they are assigned to the same token
The text was updated successfully, but these errors were encountered: