docparser
v1.0.0
Published
converts function documentation and multiline comments into an array of lines
Readme
Docparser
Converts function documentation and multiline comments into an array of lines.
/*
* foo
* bar
* @param x
*/parses down to
['foo','bar','@param']