src/share/classes/com/sun/javadoc/Tag.java

changeset 2159
351d6808c1a5
parent 1815
fd31bf97340f
child 2525
2eb010b6cb22
equal deleted inserted replaced
2157:963c57175e40 2159:351d6808c1a5
70 * Return the kind of this tag. 70 * Return the kind of this tag.
71 * For most tags, 71 * For most tags,
72 * <code>kind()&nbsp;==&nbsp;name()</code>; 72 * <code>kind()&nbsp;==&nbsp;name()</code>;
73 * the following table lists those cases where there is more 73 * the following table lists those cases where there is more
74 * than one tag of a given kind: 74 * than one tag of a given kind:
75 * <p> 75 *
76 * <table border="1" cellpadding="4" cellspacing="0" summary="related tags"> 76 * <table border="1" cellpadding="4" cellspacing="0" summary="related tags">
77 * <tr><th>{@code kind() }</th> <th>{@code name() }</th></tr> 77 * <tr><th>{@code kind() }</th> <th>{@code name() }</th></tr>
78 * <tr><td>{@code @throws }</td> <td>{@code @throws }</td></tr> 78 * <tr><td>{@code @throws }</td> <td>{@code @throws }</td></tr>
79 * <tr><td>{@code @throws }</td> <td>{@code @exception }</td></tr> 79 * <tr><td>{@code @throws }</td> <td>{@code @exception }</td></tr>
80 * <tr><td>{@code @see }</td> <td>{@code @see }</td></tr> 80 * <tr><td>{@code @see }</td> <td>{@code @see }</td></tr>

mercurial