|
Java example source code file (doclint.properties)
The doclint.properties Java example source code# # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # dc.anchor.already.defined = anchor already defined: {0} dc.anchor.value.missing = no value given for anchor dc.attr.lacks.value = attribute lacks value dc.attr.not.number = attribute value is not a number dc.attr.obsolete = attribute obsolete: {0} dc.attr.obsolete.use.css = attribute obsolete, use CSS instead: {0} dc.attr.repeated = repeated attribute: {0} dc.attr.unknown = unknown attribute: {0} dc.bad.option = bad option: {0} dc.bad.value.for.option = bad value for option: {0} {1} dc.empty = no description for @{0} dc.entity.invalid = invalid entity &{0}; dc.exception.not.thrown = exception not thrown: {0} dc.invalid.anchor = invalid name for anchor: "{0}" dc.invalid.param = invalid use of @param dc.invalid.return = invalid use of @return dc.invalid.throws = invalid use of @throws dc.invalid.uri = invalid uri: "{0}" dc.missing.comment = no comment dc.missing.param = no @param for {0} dc.missing.return = no @return dc.missing.throws = no @throws for {0} dc.no.alt.attr.for.image = no "alt" attribute for image dc.no.summary.or.caption.for.table=no summary or caption for table dc.param.name.not.found = @param name not found dc.ref.not.found = reference not found dc.tag.code.within.code = '{@code'} within <code> dc.tag.empty = empty <{0}> tag dc.tag.end.not.permitted = invalid end tag: </{0}> dc.tag.end.unexpected = unexpected end tag: </{0}> dc.tag.header.sequence.1 = header used out of sequence: <{0}> dc.tag.header.sequence.2 = header used out of sequence: <{0}> dc.tag.nested.not.allowed=nested tag not allowed: <{0}> dc.tag.not.allowed.here = tag not allowed here: <{0}> dc.tag.not.allowed = element not allowed in documentation comments: <{0}> dc.tag.not.allowed.inline.element = block element not allowed within inline element <{1}>: {0} dc.tag.not.allowed.inline.tag = block element not allowed within @{1}: {0} dc.tag.not.allowed.inline.other = block element not allowed here: {0} dc.tag.not.closed= element not closed: {0} dc.tag.p.in.pre= unexpected use of <p> insideelement dc.tag.self.closing = self-closing element not allowed dc.tag.start.unmatched = end tag missing: </{0}> dc.tag.unknown = unknown tag: {0} dc.text.not.allowed = text not allowed in <{0}> element dc.type.arg.not.allowed = type arguments not allowed here dc.unexpected.comment=documentation comment not expected here dc.value.not.allowed.here='{@value}' not allowed here dc.value.not.a.constant=value does not refer to a constant dc.main.ioerror=IO error: {0} dc.main.no.files.given=No files given dc.main.usage=\ Usage:\n\ \ doclint [options] source-files...\n\ \n\ Options:\n\ \ -Xmsgs \n\ \ Same as -Xmsgs:all\n\ \ -Xmsgs:values\n\ \ Specify categories of issues to be checked, where ''values''\n\ \ is a comma-separated list of any of the following:\n\ \ reference show places where comments contain incorrect\n\ \ references to Java source code elements\n\ \ syntax show basic syntax errors within comments\n\ \ html show issues with HTML tags and attributes\n\ \ accessibility show issues for accessibility\n\ \ missing show issues with missing documentation\n\ \ all all of the above\n\ \ Precede a value with ''-'' to negate it\n\ \ Categories may be qualified by one of:\n\ \ /public /protected /package /private\n\ \ For positive categories (not beginning with ''-'')\n\ \ the qualifier applies to that access level and above.\n\ \ For negative categories (beginning with ''-'')\n\ \ the qualifier applies to that access level and below.\n\ \ If a qualifier is missing, the category applies to\n\ \ all access levels.\n\ \ For example, -Xmsgs:all,-syntax/private\n\ \ This will enable all messages, except syntax errors\n\ \ in the doc comments of private methods.\n\ \ If no -Xmsgs options are provided, the default is\n\ \ equivalent to -Xmsgs:all/protected, meaning that\n\ \ all messages are reported for protected and public\n\ \ declarations only. \n\ \ -stats\n\ \ Report statistics on the reported issues.\n\ \ -h -help --help -usage -?\n\ \ Show this message.\n\ \n\ The following javac options are also supported\n\ \ -bootclasspath, -classpath, -cp, -sourcepath, -Xmaxerrs, -Xmaxwarns\n\ \n\ To run doclint on part of a project, put the compiled classes for your\n\ project on the classpath (or bootclasspath), then specify the source files\n\ to be checked on the command line. |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.