src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
equal deleted inserted replaced
1357:c75be5bc5283 1358:fc123bdeddb8
181 181
182 /** 182 /**
183 * Given an array of <code>ParamTag</code>s,return its string representation. 183 * Given an array of <code>ParamTag</code>s,return its string representation.
184 * Try to inherit the param tags that are missing. 184 * Try to inherit the param tags that are missing.
185 * 185 *
186 * @param doc the doc that holds the param tags. 186 * @param holder the doc that holds the param tags.
187 * @param writer the TagletWriter that will write this tag. 187 * @param writer the TagletWriter that will write this tag.
188 * @param formalParameters The array of parmeters (from type or executable 188 * @param formalParameters The array of parmeters (from type or executable
189 * member) to check. 189 * member) to check.
190 * 190 *
191 * @return the TagletOutput representation of these <code>ParamTag</code>s. 191 * @return the TagletOutput representation of these <code>ParamTag</code>s.
254 * @param writer the TagletWriter that will write this tag. 254 * @param writer the TagletWriter that will write this tag.
255 * @param alreadyDocumented the set of exceptions that have already 255 * @param alreadyDocumented the set of exceptions that have already
256 * been documented. 256 * been documented.
257 * @param rankMap a {@link java.util.Map} which holds ordering 257 * @param rankMap a {@link java.util.Map} which holds ordering
258 * information about the parameters. 258 * information about the parameters.
259 * @param nameMap a {@link java.util.Map} which holds a mapping 259 * @param rankMap a {@link java.util.Map} which holds a mapping
260 * of a rank of a parameter to its name. This is 260 * of a rank of a parameter to its name. This is
261 * used to ensure that the right name is used 261 * used to ensure that the right name is used
262 * when parameter documentation is inherited. 262 * when parameter documentation is inherited.
263 * @return the TagletOutput representation of this <code>Tag</code>. 263 * @return the TagletOutput representation of this <code>Tag</code>.
264 */ 264 */

mercurial