26 lines
611 B
XML
Executable File
26 lines
611 B
XML
Executable File
<?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>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>
|
|
|
|
|
|
|
|
|
|
|