comment-parser icon indicating copy to clipboard operation
comment-parser copied to clipboard

Change the comment tags for different languages

Open normal1ze opened this issue 2 years ago • 1 comments

Is there a way in options that I can change the comment style? For example:

For JS:

/**
 * Description may go
 * over multiple lines followed by @tags
 * @param {string} name the name parameter
 * @param {any} value the value parameter
 */

For Ruby:

##
 # Description may go
 # over multiple lines followed by @tags
 # @param {string} name the name parameter
 # @param {any} value the value parameter
##

Etc etc....

normal1ze avatar Jul 07 '22 07:07 normal1ze

Nah,sorry. But sounds like a good feature to have one day.

syavorsky avatar Jul 07 '22 15:07 syavorsky