src/jdk.compiler/share/classes/com/sun/tools/doclint/resources/doclint.properties
changeset 52648 12956ca371c2
parent 47216 71c04702a3d5
child 52664 15fc92f4ae9a
equal deleted inserted replaced
52647:148124c951fd 52648:12956ca371c2
    58 dc.param.name.not.found = @param name not found
    58 dc.param.name.not.found = @param name not found
    59 dc.ref.not.found = reference not found
    59 dc.ref.not.found = reference not found
    60 dc.service.not.found = service-type not found
    60 dc.service.not.found = service-type not found
    61 dc.tag.code.within.code = '{@code'} within <code>
    61 dc.tag.code.within.code = '{@code'} within <code>
    62 dc.tag.empty = empty <{0}> tag
    62 dc.tag.empty = empty <{0}> tag
       
    63 dc.tag.a.within.a = {0} tag, which expands to <a>, within <a>
    63 dc.tag.end.not.permitted = invalid end tag: </{0}>
    64 dc.tag.end.not.permitted = invalid end tag: </{0}>
    64 dc.tag.end.unexpected = unexpected end tag: </{0}>
    65 dc.tag.end.unexpected = unexpected end tag: </{0}>
    65 dc.tag.header.sequence.1 = header used out of sequence: <{0}>
    66 dc.tag.header.sequence.1 = header used out of sequence: <{0}>
    66 dc.tag.header.sequence.2 = header used out of sequence: <{0}>
    67 dc.tag.header.sequence.2 = header used out of sequence: <{0}>
    67 dc.tag.nested.not.allowed=nested tag not allowed: <{0}>
    68 dc.tag.nested.not.allowed=nested tag not allowed: <{0}>