At 04:48 AM 5/23/99 GMT, William Flanders wrote:
>I've written a perl script that is integrated into emacs via elisp that
>helps me create banners to document important functions in Java/C/C++.
>
>[meant to be viewed with fixed width fonts]
>
>/****************************************
> *    This is a documentation feature   *
> *    that I wrote because              *
> *    I was bored one night             *
> ****************************************/
>
>Basically, Meta-] documents it and Meta-[ undocuments it.  It can be
>re-bound to other keys of course.
>
>Is there a built in feature in Emacs or in any popular mode that will do
>this, or should I gloss it up for inclusion in the jde?
>

David Ponce has written a package, jdok.el, for creating Javadoc
comments that does not require perl. It's available on the Contributed
Software page at the JDE website.

- Paul

Reply via email to