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....