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