com.puppycrawl.tools.checkstyle.checks.javadoc.messages.properties Maven / Gradle / Ivy
at.clause.order=Block tags have to appear in the order ''{0}''.
invalid.position=Javadoc comment is placed in the wrong location.
javadoc.blockTagLocation=The Javadoc block tag ''@{0}'' should be placed at the beginning of the line.
javadoc.classInfo=Unable to get class information for {0} tag ''{1}''.
javadoc.content.first.line=Javadoc content should start from the same line as /**.
javadoc.content.second.line=Javadoc content should start from the next line after /**.
javadoc.duplicateTag=Duplicate {0} tag.
javadoc.empty=Javadoc has empty description section.
javadoc.expectedTag=Expected {0} tag for ''{1}''.
javadoc.extraHtml=Extra HTML tag found: {0}
javadoc.incompleteTag=Incomplete HTML tag found: {0}
javadoc.invalidInheritDoc=Invalid use of the '{'@inheritDoc'}' tag.
javadoc.legacyPackageHtml=Legacy package.html file should be removed.
javadoc.missed.html.close=Javadoc comment at column {0} has parse error. Missed HTML close tag ''{1}''. Sometimes it means that close tag missed for one of previous tags.
javadoc.missing=Missing a Javadoc comment.
javadoc.missing.asterisk=Javadoc line should start with leading asterisk.
javadoc.missing.whitespace=Missing a whitespace after the leading asterisk.
javadoc.noPeriod=First sentence should end with a period.
javadoc.packageInfo=Missing package-info.java file.
javadoc.paragraph.line.before= tag should be preceded with an empty line.
javadoc.paragraph.misplaced.tag=
tag should be placed immediately before the first word, with no space after.
javadoc.paragraph.redundant.paragraph=Redundant
tag.
javadoc.paragraph.tag.after=Empty line should be followed by
tag on the next line.
javadoc.parse.rule.error=Javadoc comment at column {0} has parse error. Details: {1} while parsing {2}
javadoc.return.expected=@return tag should be present and have description.
javadoc.tag.line.before=Javadoc tag ''{0}'' should be preceded with an empty line.
javadoc.unclosedHtml=Unclosed HTML tag found: {0}
javadoc.unknownTag=Unknown tag ''{0}''.
javadoc.unusedTag=Unused {0} tag for ''{1}''.
javadoc.unusedTagGeneral=Unused Javadoc tag.
javadoc.writeTag=Javadoc tag {0}={1}
javadoc.wrong.singleton.html.tag=Javadoc comment at column {0} has parse error. It is forbidden to close singleton HTML tags. Tag: {1}.
non.empty.atclause=At-clause should have a non-empty description.
package.javadoc.missing=Missing javadoc for package-info.java file.
singleline.javadoc=Single-line Javadoc comment should be multi-line.
summary.first.sentence=First sentence of Javadoc is missing an ending period.
summary.javaDoc=Forbidden summary fragment.
summary.javaDoc.missing=Summary javadoc is missing.
summary.javaDoc.missing.period=Summary of Javadoc is missing an ending period.
tag.continuation.indent=Line continuation have incorrect indentation level, expected level should be {0}.
type.missingTag=Type Javadoc comment is missing {0} tag.
type.tagFormat=Type Javadoc tag {0} must match pattern ''{1}''.