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

changeset 1455
75ab654b5cd5
child 1495
bc1023e0e533
equal deleted inserted replaced
1454:02a18f209ab3 1455:75ab654b5cd5
1 #
2 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this
8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
10 #
11 # This code is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 # version 2 for more details (a copy is included in the LICENSE file that
15 # accompanied this code).
16 #
17 # You should have received a copy of the GNU General Public License version
18 # 2 along with this work; if not, write to the Free Software Foundation,
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 #
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 # or visit www.oracle.com if you need additional information or have any
23 # questions.
24 #
25
26 dc.anchor.already.defined = anchor already defined: {0}
27 dc.attr.lacks.value = attribute lacks value
28 dc.attr.obsolete = attribute obsolete: {0}
29 dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0}
30 dc.attr.repeated = repeated attribute: {0}
31 dc.attr.unknown = unknown attribute: {0}
32 dc.bad.option = bad option: {0}
33 dc.bad.value.for.option = bad value for option: {0} {1}
34 dc.empty = no description for @{0}
35 dc.entity.invalid = invalid entity &{0};
36 dc.exception.not.thrown = exception not thrown: {0}
37 dc.invalid.anchor = invalid name for anchor: "{0}"
38 dc.invalid.param = invalid use of @param
39 dc.invalid.return = invalid use of @return
40 dc.invalid.throws = invalid use of @throws
41 dc.invalid.uri = invalid uri: "{0}"
42 dc.missing.comment = no comment
43 dc.missing.param = no @param for {0}
44 dc.missing.return = no @return
45 dc.missing.throws = no @throws for {0}
46 dc.no.alt.attr.for.image = no "alt" attribute for image
47 dc.no.summary.or.caption.for.table=no summary or caption for table
48 dc.param.name.not.found = @param name not found
49 dc.ref.not.found = reference not found
50 dc.tag.empty = empty <{0}> tag
51 dc.tag.end.not.permitted = invalid end tag: </{0}>
52 dc.tag.end.unexpected = unexpected end tag: </{0}>
53 dc.tag.header.sequence.1 = header used out of sequence: <{0}>
54 dc.tag.header.sequence.2 = header used out of sequence: <{0}>
55 dc.tag.nested.not.allowed=nested tag not allowed: <{0}>
56 dc.tag.not.allowed = element not allowed in documentation comments: <{0}>
57 dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0}
58 dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0}
59 dc.tag.not.allowed.inline.other = block element not allowed here: {0}
60 dc.tag.not.closed= element not closed: {0}
61 dc.tag.p.in.pre= unexpected use of <p> inside <pre> element
62 dc.tag.self.closing = self-closing element not allowed
63 dc.tag.start.unmatched = end tag missing: </{0}>
64 dc.tag.unknown = unknown tag: {0}
65 dc.text.not.allowed = text not allowed in <{0}> element

mercurial