langtools/src/share/classes/com/sun/tools/doclint/resources/doclint.properties
changeset 20256 9154c5cc0d9f
parent 20255 f8be1ea20e1a
equal deleted inserted replaced
20255:f8be1ea20e1a 20256:9154c5cc0d9f
    65 dc.tag.p.in.pre= unexpected use of <p> inside <pre> element
    65 dc.tag.p.in.pre= unexpected use of <p> inside <pre> element
    66 dc.tag.self.closing = self-closing element not allowed
    66 dc.tag.self.closing = self-closing element not allowed
    67 dc.tag.start.unmatched = end tag missing: </{0}>
    67 dc.tag.start.unmatched = end tag missing: </{0}>
    68 dc.tag.unknown = unknown tag: {0}
    68 dc.tag.unknown = unknown tag: {0}
    69 dc.text.not.allowed = text not allowed in <{0}> element
    69 dc.text.not.allowed = text not allowed in <{0}> element
       
    70 dc.type.arg.not.allowed = type arguments not allowed here
    70 dc.unexpected.comment=documentation comment not expected here
    71 dc.unexpected.comment=documentation comment not expected here
    71 dc.value.not.allowed.here='{@value}' not allowed here
    72 dc.value.not.allowed.here='{@value}' not allowed here
    72 dc.value.not.a.constant=value does not refer to a constant
    73 dc.value.not.a.constant=value does not refer to a constant
    73 
    74 
    74 dc.main.ioerror=IO error: {0}
    75 dc.main.ioerror=IO error: {0}