Board index » jbuilder » How to change javadoc fields in JBuilderX?

How to change javadoc fields in JBuilderX?


2004-06-10 10:54:53 PM
jbuilder13
Hello,
I want to remove description field and replace @version with @since.
Is it possible to do?
- Alexey.
 
 

Re:How to change javadoc fields in JBuilderX?

Alexey N. Solofnenko wrote:
Quote
I want to remove description field and replace @version with @since.
Is it possible to do?
Replacing @version with @since is easy. Open the Project Properties
dialog and on the "General" page you can edit the tags and their text.
To remove "description" from the default header comment you'll need to
edit a configuration file. If you find your .jbuilderX directory (see
below), there is a file called javadocClass.template. You can edit that
to change the comment format. I think "description" corresponds to
"[TEXT_LABEL]" and "[TEXT]".
The .jbuilderX directory is in your home directory. On Windows this is
typically C:/Documents and Settings/You. If you can't find it, open
JBuilder's Help | About dialog and look on the "Info" tab for the value
of the "user.home" property.
--
Gillmer J. Derge [TeamB]