Wiki Page was added
This commit is contained in:
parent
8cdd2cc88a
commit
da68d28cf6
|
|
@ -67,6 +67,11 @@
|
|||
<item name="Writing filters" href="writingfilters.html"/>
|
||||
<item name="Writing listeners" href="writinglisteners.html"/>
|
||||
</item>
|
||||
|
||||
<item name="Style Configurations" href="style_configs.html">
|
||||
<item name="Google's Style" href="google_style.html"/>
|
||||
<item name="Sun's Style" href="sun_style.html"/>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
<menu name="Developers">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,24 @@
|
|||
<?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>Style Configurations</title>
|
||||
<author>Checkstyle Development Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Style Configurations">
|
||||
<p>
|
||||
This section contains tables to display coverage Java styles by Checkstyle.
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
<?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>Google's Style</title>
|
||||
<author>Checkstyle Development Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="Sun Style Checkstyle Coverage ">
|
||||
<subsection name="Description">
|
||||
<p>
|
||||
Will be provided later
|
||||
</p>
|
||||
</subsection>
|
||||
<subsection name="Coverage table">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sun Style Rule</th>
|
||||
<th>Checkstyle Check</th>
|
||||
<th>Applied to config</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
Loading…
Reference in New Issue