Skip to content

Commit

Permalink
Removed the OpenJavaDocCheck Jazzy extension which was not supposed t…
Browse files Browse the repository at this point in the history
…o go in; it's not ready for prime time
  • Loading branch information
egonw committed Aug 13, 2010
1 parent e582852 commit 9364179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed develjar/ojdcheck-jazzy.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions javadoc.xml
Expand Up @@ -158,12 +158,12 @@
<classpath refid="project.class.path" />

<doclet name="com.github.ojdcheck.OpenJavaDocCheck"
path="develjar/ojdcheck.jar:develjar/ojdcheck-jazzy.jar:src/main">
path="develjar/ojdcheck.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,com.github.ojdcheck.jazzy.SpellCheckerTest"/>
value="net.sf.cdk.tools.checkdoctest.MissingGithashTagletTest,net.sf.cdk.tools.checkdoctest.MissingModuleTagletTest,net.sf.cdk.tools.checkdoctest.IncorrectBugNumberTagletTest"/>
</doclet>
<sourcepath>
<pathelement path="${build}/src/${module}"/>
Expand Down

0 comments on commit 9364179

Please sign in to comment.