src/share/classes/com/sun/tools/javadoc/ParamTagImpl.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1410
bfec2a1cc869
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
30 import com.sun.javadoc.*; 30 import com.sun.javadoc.*;
31 31
32 /** 32 /**
33 * Represents an @param documentation tag. 33 * Represents an @param documentation tag.
34 * Parses and stores the name and comment parts of the parameter tag. 34 * Parses and stores the name and comment parts of the parameter tag.
35 *
36 * <p><b>This is NOT part of any supported API.
37 * If you write code that depends on this, you do so at your own risk.
38 * This code and its internal interfaces are subject to change or
39 * deletion without notice.</b>
35 * 40 *
36 * @author Robert Field 41 * @author Robert Field
37 * 42 *
38 */ 43 */
39 class ParamTagImpl extends TagImpl implements ParamTag { 44 class ParamTagImpl extends TagImpl implements ParamTag {

mercurial