Re: regular expression for javadoc style comment

2004-12-18 Thread Craig Ringer
On Fri, 2004-12-17 at 09:40, Alessandro Crugnola wrote: > Hi all, > i need to use a regular expression to match javadoc style comments in a file, > something like > > /** >* Constructs a new Call instance. >* >* @param object the object the Function shall be executed

regular expression for javadoc style comment

2004-12-16 Thread Alessandro Crugnola
Hi all, i need to use a regular expression to match javadoc style comments in a file, something like /** * Constructs a new Call instance. * * @param object the object the Function shall be executed on * @param func the Function that shall be executed