>      /**
>       * Returns the name for this <code>Animal</code>.
>       */

FYI: we defined a new word for our JavaDocs: "thiz". So we would write the 
doc as following:

/**
  * Returns the name for thiz.
  */

"thiz" means "this instance".

Tom

At 16:00 08.01.02 +1000, you wrote:
>Javadoc templates for getters & setters
>
>E.g.
>
>Getter Template:
>Returns the $VARIABLE for this <code>$CLASSNAME</code>.
>
>"Insert: Getter" produces:
>
>class Animal
>{
>      ...
>
>      /**
>       * Returns the name for this <code>Animal</code>.
>       */
>      public String getName()
>      { ...
>}
>
>The same could be done for introduced members.
>
>Graham Lea
>
>--
>Software Engineer
>Forge Research Pty Ltd
>Suite 116, Bay 9, Locomotive Workshop
>Australian Technology Park, Cornwallis Street
>Eveleigh NSW 1430 Australia
>Phone: +61 2 9209 4152   Fax: +61 2 9209 4172
>www.forge.com.au
>
>----------------------------------------------------------------------
>This message contains privileged and confidential information intended
>only for the use of the addressee named above.  If you are not the
>intended recipient of this message you must not disseminate, copy or
>take any action in reliance on it.  If you have received this message
>in error please notify the sender immediately.  Any views expressed in
>this message are those of the individual sender, except where the
>sender specifically states them to be the views of another (including
>a Body Corporate).
>----------------------------------------------------------------------
>
>
>_______________________________________________
>Eap-features mailing list
>[EMAIL PROTECTED]
>http://www.intellij.com/mailman/listinfo/eap-features


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to