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

Resolve https://github.com/coffeedoc/codo/issues/204 #240

Merged
merged 1 commit into from Jul 4, 2016

Conversation

E-geek
Copy link

@E-geek E-geek commented Jun 29, 2016

Print info about default value and optional params
Format with type before name only:

# @param {String} [name] optional value
# @param {Number} [input = 1] optional with default value
# or
# @param [String] [name] optional value
# @param [Number] [input = 1] optional with default value

Format with type before name only^
# @param {String} [name] optional value
# @param {Number} [input = 1] optional with default value
or
# @param [String] [name] optional value
# @param [Number] [input = 1] optional with default value
@inossidabile inossidabile merged commit e2dd13e into coffeedoc:master Jul 4, 2016
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