comment-parser
comment-parser copied to clipboard
Change the comment tags for different languages
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....
Nah,sorry. But sounds like a good feature to have one day.