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

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/ValueTaglet.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/ValueTaglet.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -108,7 +108,7 @@
     1.4       * @param config the current configuration of the doclet.
     1.5       * @param tag the value tag.
     1.6       * @param name the name of the field to search for.  The name should be in
     1.7 -     * <qualified class name>#<field name> format. If the class name is omitted,
     1.8 +     * {@code <qualified class name>#<field name>} format. If the class name is omitted,
     1.9       * it is assumed that the field is in the current class.
    1.10       *
    1.11       * @return the corresponding FieldDoc. If the name is null or empty string,

mercurial