checkstyle/src/xdocs/checks.xml

26 lines
759 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Standard Checks</title>
<author>Checkstyle Development Team</author>
</properties>
<body>
<section name="Standard Checks">
<p>
The Standard Checkstyle Checks are applicable to general Java coding style
and require no external libraries. The standard checks are included in
the base distribution.
</p>
<p>
The site navigation menu lets you browse the individual checks by functionality.
</p>
</section>
</body>
</document>