Skip to content

Commit

Permalink
Added OpenJavaDocCheck 0.5 - the Jazzy spell checking extension
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 23, 2010
1 parent bfd06db commit 57e7eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added develjar/ojdcheck-jazzy.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions javadoc.xml
Expand Up @@ -157,12 +157,12 @@
<classpath refid="project.class.path" />

<doclet name="com.github.ojdcheck.OpenJavaDocCheck"
path="develjar/ojdcheck.jar:src/main">
path="develjar/ojdcheck.jar:develjar/ojdcheck-jazzy.jar:src/main">
<param name="-xhtml"/>
<param name="-file"
value="reports/ojdcheck/${module}.html"/>
<param name="-tests"
value="net.sf.cdk.tools.checkdoctest.MissingGithashTagletTest,net.sf.cdk.tools.checkdoctest.MissingModuleTagletTest,net.sf.cdk.tools.checkdoctest.IncorrectBugNumberTagletTest"/>
value="net.sf.cdk.tools.checkdoctest.MissingGithashTagletTest,net.sf.cdk.tools.checkdoctest.MissingModuleTagletTest,net.sf.cdk.tools.checkdoctest.IncorrectBugNumberTagletTest,com.github.ojdcheck.jazzy.SpellCheckerTest"/>
</doclet>
<sourcepath>
<pathelement path="${build}/src/${module}"/>
Expand Down

0 comments on commit 57e7eea

Please sign in to comment.