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?
Bill