langtools/src/share/classes/com/sun/tools/doclint/resources/doclint.properties
changeset 15371 8f719dc43e1f
parent 15366 545307ec740c
child 18001 e6193c14cc7e
equal deleted inserted replaced
15370:c1c9a9e11b26 15371:8f719dc43e1f
    53 dc.tag.end.not.permitted = invalid end tag: </{0}>
    53 dc.tag.end.not.permitted = invalid end tag: </{0}>
    54 dc.tag.end.unexpected = unexpected end tag: </{0}>
    54 dc.tag.end.unexpected = unexpected end tag: </{0}>
    55 dc.tag.header.sequence.1 = header used out of sequence: <{0}>
    55 dc.tag.header.sequence.1 = header used out of sequence: <{0}>
    56 dc.tag.header.sequence.2 = header used out of sequence: <{0}>
    56 dc.tag.header.sequence.2 = header used out of sequence: <{0}>
    57 dc.tag.nested.not.allowed=nested tag not allowed: <{0}>
    57 dc.tag.nested.not.allowed=nested tag not allowed: <{0}>
       
    58 dc.tag.not.allowed.here = tag not allowed here: <{0}>
    58 dc.tag.not.allowed = element not allowed in documentation comments: <{0}>
    59 dc.tag.not.allowed = element not allowed in documentation comments: <{0}>
    59 dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0}
    60 dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0}
    60 dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0}
    61 dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0}
    61 dc.tag.not.allowed.inline.other = block element not allowed here: {0}
    62 dc.tag.not.allowed.inline.other = block element not allowed here: {0}
    62 dc.tag.not.closed= element not closed: {0}
    63 dc.tag.not.closed= element not closed: {0}