atom / atomdoc

Atom's documentation parser for JavaScript / CoffeeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function name

GarthDB opened this issue · comments

There seems to be a lack of support for the function name. Just wondering why. The AtomDoc comment wouldn't need to specify it I guess, maybe it should just come from the js/coffeescript itself, when parsed.

Should AtomDoc then support or expect it?

I made a command line tool that checks a js project and adds the function name to an atomdoc result:

https://github.com/GarthDB/atomdoc-cli