Removing JavaDoc comments

2004-03-24 Thread Paul Landes
Is there something that will remove JavaDoc code? I've looked but could only find `jde-javadoc-delete-documentation', which doesn't seem to do what I need. For instance, I want: /** * Return name. */ public String getName() { // perhaps comments here return name; } to

Re: Removing JavaDoc comments

2004-03-24 Thread David Ponce
Paul Landes wrote: Is there something that will remove JavaDoc code? I've looked but could only find `jde-javadoc-delete-documentation', which doesn't seem to do what I need. For instance, I want: /** * Return name. */ public String getName() { // perhaps comments here return

Re: cedet-beta and jsp's

2004-03-24 Thread Matthew Smith
I have been using JDEE and mmm-mode for sometime in editting JSP files with good results. Some of the JDE stuff does not work quite right but its pretty good. John Russell wrote: Hi John, I've never used JSP and so don't know much about it. However, I downloaded a sample JSP page from the