Description
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.
Providing a test
By providing a test it's much easier to fix any issue. It might look hard to create a unit-test for QDox, but with just a few lines your code is ready to be tested.public void testTemplate() throws Exception { JavaDocBuilder builder = new JavaDocBuilder(); String source = "public class Foo {}"; builder.addSource( new StringReader(source) ); }
-
- Lead:
- Robert Scholte
- Key:
- QDOX
Issues: Due
Issues: 30 Day Summary
Issues: 0 created and 0 resolved