wasted a couple of hours working out what the annotations documentation did not render properly. All because the item name in project.xml did not match title in config_annotation.xml :-(
This commit is contained in:
parent
fdc81723bd
commit
26f6dcff4a
|
|
@ -1,9 +1,12 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<document>
|
||||
|
||||
<properties>
|
||||
<title>Annotation Checks</title>
|
||||
<title>Annotations</title>
|
||||
<author>Checkstyle Development Team</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="AnnotationUseStyle">
|
||||
<subsection name="Description">
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<item name="Available Checks" href="/availablechecks.html"/>
|
||||
<item name="Standard Checks" href="/checks.html">
|
||||
<item name="Annotations" href="/config_annotations.html"/>
|
||||
<item name="Annotations" href="/config_annotation.html"/>
|
||||
<item name="Block Checks" href="/config_blocks.html"/>
|
||||
<item name="Class Design" href="/config_design.html"/>
|
||||
<item name="Coding" href="/config_coding.html"/>
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@
|
|||
|
||||
<div class="csBottomBar">
|
||||
<div class="csBottomBarContents">
|
||||
Copyright © 2001-2008, Oliver Burn
|
||||
Copyright © 2001-2009, Oliver Burn
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue