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:
Oliver Burn 2009-03-31 10:36:36 +00:00
parent fdc81723bd
commit 26f6dcff4a
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

@ -322,7 +322,7 @@
<div class="csBottomBar">
<div class="csBottomBarContents">
Copyright &copy; 2001-2008, Oliver Burn
Copyright &copy; 2001-2009, Oliver Burn
</div>
</div>
</body>