We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/// <summary> /// /// </summary> /// <param name="test1"></param> public void Test(int test1) { }
/// <summary> /// /// </summary> /// <param name="test1"></param> public void Test(int test1, int test2) { }
test2
The param notes will be added, but the method signature becomes commented out.
/// <summary> /// /// </summary> /// <param name="test1"></param> /// <param name="test2"></param> /// public void Test(int test1, int test2) { }
The text was updated successfully, but these errors were encountered:
kasecato
No branches or pull requests
Steps to reproduce
test2
to add param notes.The param notes will be added, but the method signature becomes commented out.
The text was updated successfully, but these errors were encountered: