-
Notifications
You must be signed in to change notification settings - Fork 12
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
Some comments aren't removed #2
Comments
You should probably clarify exact scenarios when it happens. Doxygen or, with |
In the following example both comments aren't removed without |
The first comment is removed with |
I think it would make sense to attach a comment to a function only if there are no empty lines between them. |
I believe that's how Doxygen and, by extension, clang parser works. Could probably be hacked around but I don't think it's worth it. |
Comments in global namespace aren't removed, and I didn't find an option to change this behavior. Comments inside classes that are at least partially inlined are also affected.
The text was updated successfully, but these errors were encountered: