Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Custom javadoc tags
Custom javadoc tags [message #140762] Tue, 10 February 2004 11:35 Go to next message
Eclipse UserFriend
Originally posted by: vijay.raghunathan.motorola.com

I use a custom doclet to build up some info about my source-code ... the
only problem with this is that eclipse treats the "javadoc" tags
differently than my user-defined ones (aside from just bolding the javadoc
tags). This is a problem because if I use the auto-formatter (which I'd
like to) it removes the newlines after my tags (so if I have
@tag1
@tag2
it transforms it to
@tag1 @tag2
)
Anyway to add my own tags to eclipse's list of tags?
Vijay
Re: Custom javadoc tags [message #144850 is a reply to message #140762] Tue, 24 February 2004 04:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mehow.remove.neurosoft.net

Użytkownik Vijay Raghunathan napisał:
> I use a custom doclet to build up some info about my source-code ... the
> only problem with this is that eclipse treats the "javadoc" tags
> differently than my user-defined ones (aside from just bolding the javadoc
> tags). This is a problem because if I use the auto-formatter (which I'd
> like to) it removes the newlines after my tags (so if I have
> @tag1
> @tag2
> it transforms it to
> @tag1 @tag2
> )
> Anyway to add my own tags to eclipse's list of tags?

Hi!
I've got the same problem. Does anyone know the solution?

Michal
Re: Custom javadoc tags [message #145164 is a reply to message #140762] Wed, 25 February 2004 05:50 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Vijay Raghunathan wrote:

>I use a custom doclet to build up some info about my source-code ... the
>only problem with this is that eclipse treats the "javadoc" tags
>differently than my user-defined ones (aside from just bolding the javadoc
>tags). This is a problem because if I use the auto-formatter (which I'd
>like to) it removes the newlines after my tags (so if I have
> @tag1
> @tag2
>it transforms it to
> @tag1 @tag2
>)
>Anyway to add my own tags to eclipse's list of tags?
>
>
No. see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=22285
https://bugs.eclipse.org/bugs/show_bug.cgi?id=51025

Dani

>Vijay
>
>
>
Previous Topic:Name of Content Comparison Editor
Next Topic:Preventing navigation (Open Decleratio) to .class
Goto Forum:
  


Current Time: Tue Jul 22 00:55:19 EDT 2025

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

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

Back to the top