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

Fix handling of array references in parameters #193

Merged
merged 1 commit into from
Jun 4, 2015
Merged

Fix handling of array references in parameters #193

merged 1 commit into from
Jun 4, 2015

Conversation

vitaut
Copy link
Contributor

@vitaut vitaut commented Jun 3, 2015

The proposed patch fixes handling of array references in parameters like int(&r)[3]. As with pointers, Doxygen passes parameter name r separately from type int(&)[3], so we need to combine them ourselves to form a valid parameter declaration.

@michaeljones
Copy link
Collaborator

Looks good mate. Yay for tests :) Merge away whenever suits.

@vitaut vitaut merged commit 5795eb9 into master Jun 4, 2015
@vitaut vitaut deleted the ref-param branch June 4, 2015 01:16
@vitaut
Copy link
Contributor Author

vitaut commented Jun 4, 2015

Yeah, unit tests FTW! Merged =)

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