github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

egonw / ojdcheck

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 2
    • 2
  • Source
  • Commits
  • Network (2)
  • Issues (3)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (1)
    • 0.1
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

OpenJavaDocCheck — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Updated missing exception description class based on Egons comments 
rajarshi (author)
Thu Nov 12 17:46:05 -0800 2009
egonw (committer)
Thu Nov 12 22:53:19 -0800 2009
commit  0086835bff41cde428e5c855c30dd10bb74f5577
tree    f85f7f855f270fb432d92e58d009d9e331aebd1f
parent  a74d6a050c067831f98e28f08c2b54f4532ad72d
ojdcheck /
name age
history
message
file LICENSE Loading commit data...
file README.rst
file build.xml
directory com.github.ojdcheck/
file ojdcheckXHTML.png
README.rst

Open JavaDoc Check

Project where I plan to write an Open Source DocCheck alternative.

http://github.com/egonw/ojdcheck/raw/master/ojdcheckXHTML.png

Why?

I keep not finding an Open alternative for DocCheck. And how hard can it be to write one myself?

License

New BSD.

License of files in jar/

The jar binaries in the com.github.ojdcheck/jar folder are copied from the Ubuntu gjdoc package, license GPL v2. See:

http://changelogs.ubuntu.com/changelogs/pool/main/g/gjdoc/gjdoc_0.7.9-1/gjdoc.copyright

This library does not depend on gjdoc, but on the JavaDoc APIs instead upon compile time, as well as runtime.

Howto

  1. Open the com.github.ojdcheck project in Eclipse and build.
  2. cd com.github.ojdcheck

In that directory you can give the code a test run:

javadoc -doclet com.github.ojdcheck.OpenJavaDocCheck
-docletpath bin -sourcepath src com.github.ojdcheck

The Doclet has several options. One is used to set the location of the output file, a second to give a comma-separated list of custom tests (implementing ICheckDocTest). For example:

javadoc -file report.xml
-tests com.github.ojdcheck.test.FooMethodTest -doclet com.github.ojdcheck.OpenJavaDocCheck -docletpath bin -sourcepath src com.github.ojdcheck

The third option is to control the output type, and you can use -xml and -xhtml. A fourth option, -customonly, will only use the tests passed with the -tests command.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server