Skip to content

Added plain jsdoc comment support#2

Open
tnyuan wants to merge 1 commit into
milewise:masterfrom
tnyuan:master
Open

Added plain jsdoc comment support#2
tnyuan wants to merge 1 commit into
milewise:masterfrom
tnyuan:master

Conversation

@tnyuan
Copy link
Copy Markdown

@tnyuan tnyuan commented Jan 16, 2012

Hi,

I added plain comment support as well as comment with params for jsdoc. For example, both of the following comments should work.

/**

  • @description Lolify someone's name
  • @param {String} name A person's name
    */

/**

  • Lolify someone's name
  • @param {String} name A person's name
    */

Cheers!

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