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

Wed, 27 Apr 2016 01:34:52 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:34:52 +0800
changeset 0
959103a6100f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/
changeset: 2573:53ca196be1ae
tag: jdk8u25-b17

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 dc.anchor.already.defined = anchor already defined: {0}
aoqi@0 27 dc.anchor.value.missing = no value given for anchor
aoqi@0 28 dc.attr.lacks.value = attribute lacks value
aoqi@0 29 dc.attr.not.number = attribute value is not a number
aoqi@0 30 dc.attr.obsolete = attribute obsolete: {0}
aoqi@0 31 dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0}
aoqi@0 32 dc.attr.repeated = repeated attribute: {0}
aoqi@0 33 dc.attr.unknown = unknown attribute: {0}
aoqi@0 34 dc.bad.option = bad option: {0}
aoqi@0 35 dc.bad.value.for.option = bad value for option: {0} {1}
aoqi@0 36 dc.empty = no description for @{0}
aoqi@0 37 dc.entity.invalid = invalid entity &{0};
aoqi@0 38 dc.exception.not.thrown = exception not thrown: {0}
aoqi@0 39 dc.invalid.anchor = invalid name for anchor: "{0}"
aoqi@0 40 dc.invalid.param = invalid use of @param
aoqi@0 41 dc.invalid.return = invalid use of @return
aoqi@0 42 dc.invalid.throws = invalid use of @throws
aoqi@0 43 dc.invalid.uri = invalid uri: "{0}"
aoqi@0 44 dc.missing.comment = no comment
aoqi@0 45 dc.missing.param = no @param for {0}
aoqi@0 46 dc.missing.return = no @return
aoqi@0 47 dc.missing.throws = no @throws for {0}
aoqi@0 48 dc.no.alt.attr.for.image = no "alt" attribute for image
aoqi@0 49 dc.no.summary.or.caption.for.table=no summary or caption for table
aoqi@0 50 dc.param.name.not.found = @param name not found
aoqi@0 51 dc.ref.not.found = reference not found
aoqi@0 52 dc.tag.code.within.code = '{@code'} within <code>
aoqi@0 53 dc.tag.empty = empty <{0}> tag
aoqi@0 54 dc.tag.end.not.permitted = invalid end tag: </{0}>
aoqi@0 55 dc.tag.end.unexpected = unexpected end tag: </{0}>
aoqi@0 56 dc.tag.header.sequence.1 = header used out of sequence: <{0}>
aoqi@0 57 dc.tag.header.sequence.2 = header used out of sequence: <{0}>
aoqi@0 58 dc.tag.nested.not.allowed=nested tag not allowed: <{0}>
aoqi@0 59 dc.tag.not.allowed.here = tag not allowed here: <{0}>
aoqi@0 60 dc.tag.not.allowed = element not allowed in documentation comments: <{0}>
aoqi@0 61 dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0}
aoqi@0 62 dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0}
aoqi@0 63 dc.tag.not.allowed.inline.other = block element not allowed here: {0}
aoqi@0 64 dc.tag.not.closed= element not closed: {0}
aoqi@0 65 dc.tag.p.in.pre= unexpected use of <p> inside <pre> element
aoqi@0 66 dc.tag.self.closing = self-closing element not allowed
aoqi@0 67 dc.tag.start.unmatched = end tag missing: </{0}>
aoqi@0 68 dc.tag.unknown = unknown tag: {0}
aoqi@0 69 dc.text.not.allowed = text not allowed in <{0}> element
aoqi@0 70 dc.type.arg.not.allowed = type arguments not allowed here
aoqi@0 71 dc.unexpected.comment=documentation comment not expected here
aoqi@0 72 dc.value.not.allowed.here='{@value}' not allowed here
aoqi@0 73 dc.value.not.a.constant=value does not refer to a constant
aoqi@0 74
aoqi@0 75 dc.main.ioerror=IO error: {0}
aoqi@0 76 dc.main.no.files.given=No files given
aoqi@0 77 dc.main.usage=\
aoqi@0 78 Usage:\n\
aoqi@0 79 \ doclint [options] source-files...\n\
aoqi@0 80 \n\
aoqi@0 81 Options:\n\
aoqi@0 82 \ -Xmsgs \n\
aoqi@0 83 \ Same as -Xmsgs:all\n\
aoqi@0 84 \ -Xmsgs:values\n\
aoqi@0 85 \ Specify categories of issues to be checked, where ''values''\n\
aoqi@0 86 \ is a comma-separated list of any of the following:\n\
aoqi@0 87 \ reference show places where comments contain incorrect\n\
aoqi@0 88 \ references to Java source code elements\n\
aoqi@0 89 \ syntax show basic syntax errors within comments\n\
aoqi@0 90 \ html show issues with HTML tags and attributes\n\
aoqi@0 91 \ accessibility show issues for accessibility\n\
aoqi@0 92 \ missing show issues with missing documentation\n\
aoqi@0 93 \ all all of the above\n\
aoqi@0 94 \ Precede a value with ''-'' to negate it\n\
aoqi@0 95 \ Categories may be qualified by one of:\n\
aoqi@0 96 \ /public /protected /package /private\n\
aoqi@0 97 \ For positive categories (not beginning with ''-'')\n\
aoqi@0 98 \ the qualifier applies to that access level and above.\n\
aoqi@0 99 \ For negative categories (beginning with ''-'')\n\
aoqi@0 100 \ the qualifier applies to that access level and below.\n\
aoqi@0 101 \ If a qualifier is missing, the category applies to\n\
aoqi@0 102 \ all access levels.\n\
aoqi@0 103 \ For example, -Xmsgs:all,-syntax/private\n\
aoqi@0 104 \ This will enable all messages, except syntax errors\n\
aoqi@0 105 \ in the doc comments of private methods.\n\
aoqi@0 106 \ If no -Xmsgs options are provided, the default is\n\
aoqi@0 107 \ equivalent to -Xmsgs:all/protected, meaning that\n\
aoqi@0 108 \ all messages are reported for protected and public\n\
aoqi@0 109 \ declarations only. \n\
aoqi@0 110 \ -stats\n\
aoqi@0 111 \ Report statistics on the reported issues.\n\
aoqi@0 112 \ -h -help --help -usage -?\n\
aoqi@0 113 \ Show this message.\n\
aoqi@0 114 \n\
aoqi@0 115 The following javac options are also supported\n\
aoqi@0 116 \ -bootclasspath, -classpath, -cp, -sourcepath, -Xmaxerrs, -Xmaxwarns\n\
aoqi@0 117 \n\
aoqi@0 118 To run doclint on part of a project, put the compiled classes for your\n\
aoqi@0 119 project on the classpath (or bootclasspath), then specify the source files\n\
aoqi@0 120 to be checked on the command line.

mercurial