Skip to content
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

review: fix: comments after class name and before type members #1939

Merged
merged 2 commits into from
Apr 2, 2018

Conversation

pvojtechovsky
Copy link
Collaborator

This PR fixes this situation.

class A
  // this comment belongs to class
   extends B /* this comment belongs to class too*/ { /* but this comment is comment of first member*/
  int firstMember;
}

Before all the comments from the example above were associated to the firstMember

@pvojtechovsky pvojtechovsky changed the title fix: comments after class name and before type members review: fix: comments after class name and before type members Mar 31, 2018
@monperrus monperrus merged commit d91fed1 into INRIA:master Apr 2, 2018
@monperrus
Copy link
Collaborator

thanks!

@pvojtechovsky pvojtechovsky deleted the fixCommentBuilder branch April 2, 2018 18:18
@surli surli mentioned this pull request Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants