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

Include default value in parameter details #12

Open
ap0llo opened this issue Dec 29, 2019 · 0 comments
Open

Include default value in parameter details #12

ap0llo opened this issue Dec 29, 2019 · 0 comments
Labels
area-apireference feature New feature or request

Comments

@ap0llo
Copy link
Owner

ap0llo commented Dec 29, 2019

If a method parameter has a default values, e.g.

public void MyMethod(string parameter = "value");

the default value is already included in the generated definition of the method.

However, this information is missing from the details section for the parameter.
It only includes the parameter's name and type as well as the description (if specified).

@ap0llo ap0llo added feature New feature or request area-apireference labels Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-apireference feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant