Comments for Function in Emacs

Posted by Ryan on Stack Overflow See other posts from Stack Overflow or by Ryan
Published on 2012-03-26T12:50:15Z Indexed on 2012/03/27 5:29 UTC
Read the original article Hit count: 157

Filed under:
|
|
|
|

I'm looking for a way to add comments for my functions in Emacs. Of course doxymacs is a nice candidate. But I prefer another way works without the necessary libs. Can anyone recommend some others ways for adding smart comments for functions in Emacs? Thanks.

Edit: Now I found this: http://nschum.de/src/emacs/doc-mode/, but it seems that it does not work well after I require it into my .emacs and add hook for js-mode. Doesn't it support js functions ?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about comments