Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Javadoc tags() method
Javadoc tags() method [message #171607] Tue, 19 September 2006 18:13 Go to next message
Jun-Ki Lee is currently offline Jun-Ki LeeFriend
Messages: 3
Registered: July 2009
Junior Member
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 15:36 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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.
>
Previous Topic:Problems when reading and displaying cerain characters using servlets
Next Topic:Eclipse compiles, javac doesn’t
Goto Forum:
  


Current Time: Fri Apr 26 00:07:14 GMT 2024

Powered by FUDForum. Page generated in 0.07828 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top