Wiki Page was added

This commit is contained in:
maxvetrenko 2014-08-28 04:45:02 +04:00 committed by Roman Ivanov
parent 8cdd2cc88a
commit da68d28cf6
4 changed files with 1353 additions and 0 deletions

View File

@ -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">

1286
src/xdocs/google_style.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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>

38
src/xdocs/sun_style.xml Normal file
View File

@ -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>