src/share/classes/com/sun/tools/doclint/resources/doclint.properties

changeset 1455
75ab654b5cd5
child 1495
bc1023e0e533
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclint/resources/doclint.properties	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,65 @@
     1.4 +#
     1.5 +# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +dc.anchor.already.defined = anchor already defined: {0}
    1.30 +dc.attr.lacks.value = attribute lacks value
    1.31 +dc.attr.obsolete = attribute obsolete: {0}
    1.32 +dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0}
    1.33 +dc.attr.repeated = repeated attribute: {0}
    1.34 +dc.attr.unknown = unknown attribute: {0}
    1.35 +dc.bad.option = bad option: {0}
    1.36 +dc.bad.value.for.option = bad value for option: {0} {1}
    1.37 +dc.empty = no description for @{0}
    1.38 +dc.entity.invalid = invalid entity &{0};
    1.39 +dc.exception.not.thrown = exception not thrown: {0}
    1.40 +dc.invalid.anchor = invalid name for anchor: "{0}"
    1.41 +dc.invalid.param = invalid use of @param
    1.42 +dc.invalid.return = invalid use of @return
    1.43 +dc.invalid.throws = invalid use of @throws
    1.44 +dc.invalid.uri = invalid uri: "{0}"
    1.45 +dc.missing.comment = no comment
    1.46 +dc.missing.param = no @param for {0}
    1.47 +dc.missing.return = no @return
    1.48 +dc.missing.throws = no @throws for {0}
    1.49 +dc.no.alt.attr.for.image = no "alt" attribute for image
    1.50 +dc.no.summary.or.caption.for.table=no summary or caption for table
    1.51 +dc.param.name.not.found = @param name not found
    1.52 +dc.ref.not.found = reference not found
    1.53 +dc.tag.empty = empty <{0}> tag
    1.54 +dc.tag.end.not.permitted = invalid end tag: </{0}>
    1.55 +dc.tag.end.unexpected = unexpected end tag: </{0}>
    1.56 +dc.tag.header.sequence.1 = header used out of sequence: <{0}>
    1.57 +dc.tag.header.sequence.2 = header used out of sequence: <{0}>
    1.58 +dc.tag.nested.not.allowed=nested tag not allowed: <{0}>
    1.59 +dc.tag.not.allowed = element not allowed in documentation comments: <{0}>
    1.60 +dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0}
    1.61 +dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0}
    1.62 +dc.tag.not.allowed.inline.other = block element not allowed here: {0}
    1.63 +dc.tag.not.closed= element not closed: {0}
    1.64 +dc.tag.p.in.pre= unexpected use of <p> inside <pre> element
    1.65 +dc.tag.self.closing = self-closing element not allowed
    1.66 +dc.tag.start.unmatched = end tag missing: </{0}>
    1.67 +dc.tag.unknown = unknown tag: {0}
    1.68 +dc.text.not.allowed = text not allowed in <{0}> element

mercurial