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

First pass handling for method parameters #4

Merged
merged 7 commits into from Jun 5, 2012
Merged

First pass handling for method parameters #4

merged 7 commits into from Jun 5, 2012

Conversation

lickel
Copy link
Contributor

@lickel lickel commented May 28, 2012

This handles the basic case of

int Foo(int param1, int[] param2 = { 1, 2, 3 }, string param3 = null)

It has similar caveats as the rest of the bundle.
Specifically, generics and variations on 'array []' parameters are not properly italicized.

That being said, I don't believe this regresses anything, and it makes the syntax handler more accurate.

wintermi pushed a commit that referenced this pull request Jun 5, 2012
First pass handling for method parameters
@wintermi wintermi merged commit d8539b2 into wintermi:master Jun 5, 2012
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.

None yet

2 participants