added page title markers for docs autogeneration
This commit is contained in:
parent
a3c55ed820
commit
7a731ceed8
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Block checks that are bundled with the main distribution.</p>
|
||||
<p>
|
||||
Contains the <span class="xdocspagetitle">Block checks</span> that are bundled with the main distribution.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Coding checks that are bundled with the main distribution.</p>
|
||||
<p>
|
||||
Contains the <span class="xdocspagetitle">Coding</span> checks that are bundled with the main distribution.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Design checks that are bundled with the main distribution.</p>
|
||||
<p>Contains the <span class="xdocspagetitle">Class Design</span> checks that are bundled with the main distribution.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<body>
|
||||
Checks that search for duplicate code.
|
||||
<span class="xdocspagetitle">Duplicate code detection</span>.
|
||||
<p>
|
||||
There are many trade-offs when writing a duplicate code detection tool.
|
||||
Some of the conflicting goals are:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Import checks that are bundled with the main distribution.</p>
|
||||
<p>Contains the <span class="xdocspagetitle">Imports</span> checks that are bundled with the main distribution.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains all classes required for the indentation check.</p>
|
||||
<p>Contains all classes required for the <span class="xdocspagetitle">indentation</span> check.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Metrics checks that are bundled with the main distribution.</p>
|
||||
<p>Contains the <span class="xdocspagetitle">Metrics</span> checks that are bundled with the main distribution.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Naming checks that are bundled with the main distribution.</p>
|
||||
<p>Contains the <span class="xdocspagetitle">Naming conventions</span> checks that are bundled with the main distribution.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Size checks that are bundled with the main distribution.</p>
|
||||
<p>Contains the <span class="xdocspagetitle">Size Violations</span> checks that are bundled with the main distribution.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p>Contains the Whitespace checks that are bundled with the main distribution.</p>
|
||||
<p>Contains the <span class="xdocspagetitle">Whitespace</span> checks that are bundled with the main distribution.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue