I'm working on a emacs lisp package API documentation generator at the moment, and would like to know if there's a need for this kind of things in the Emacs community.
Have a look what it does generator:
Source codebase: https://github.com/tonini/alchemist.el Generated docs: http://bit.ly/ELISP-DOCS
I know that emacs serves an AMAZING documentation functionality, so that wasn't the reason to play around with this kind of generator. But sometimes I would like to have a look into an package/API before installing it and use it.
I appreciate any kind of feedback.
Cheers