checkstyle/src/xdocs/extending.xml

26 lines
606 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>Extending Checkstyle</title>
<author>Checkstyle Development Team</author>
</properties>
<body>
<section name="Extending Checkstyle">
<p>
This section covers the ways that Checkstyle's behaviour can be
extended, including writing your own checks.
</p>
</section>
</body>
</document>