Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display xml tag in comment using java doc

843810May 12 2004 — edited Jun 24 2004
Hi,

I would like to display some comments on a method showing the xml segment that is related to the code.
E.g. Javadoc show:

MethodA
private void MethodA(java.lang.String name,)
Create list for current method with the following xml format:
<type id="RowT">
<name id="typeDefault"/>
</type>

How can I code it in the program :

/**
* Create list for current method with the following xml format:
* ???
<type id="RowT">
<name id="typeDefault"/>
</type>
*
* @param namejava.lang.String
*/

Thanks!
Tina
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2004
Added on May 12 2004
1 comment
222 views