Javadoc tags() method [message #171607] |
Tue, 19 September 2006 14:13  |
Eclipse User |
|
|
|
Hi, I am trying to retrieve the tags in a Javadoc block but strangely when
calling javadocblock.tags(), and putting that into a list and outputting
it, it does weird things. For example,
/**
*
*
* @param parameter
* The test parameter
*
*/
will output:
* @param parameterThe test parameter
Anyone else encounter this before?
Thanks.
|
|
|
Re: Javadoc tags() method [message #171803 is a reply to message #171607] |
Wed, 20 September 2006 11:36  |
Eclipse User |
|
|
|
Jun wrote:
> Hi, I am trying to retrieve the tags in a Javadoc block but strangely
> when calling javadocblock.tags(), and putting that into a list and
> outputting it, it does weird things.
Well, it's probably just the string output that looks weird. I suggest
to read the Javadoc of TagElement and its public methods.
Dani
> For example,
>
> /** *
> *
> * @param parameter
> * The test parameter
> *
> */
>
> will output:
>
> * @param parameterThe test parameter
>
> Anyone else encounter this before?
>
> Thanks.
>
|
|
|
Powered by
FUDForum. Page generated in 0.30967 seconds