]> source.dussan.org Git - aspectj.git/commit
- Added support for 1.4 sources (use "-source 1.4" option)
authormkersten <mkersten>
Wed, 7 Apr 2004 15:32:00 +0000 (15:32 +0000)
committermkersten <mkersten>
Wed, 7 Apr 2004 15:32:00 +0000 (15:32 +0000)
commitc79fff2d91096ce21215f4617675f1a693f682f8
treedb236d7758fbd9e6f189f183a0e116de0c4722ba
parentda1a040db61d31617ba14f39d6a3f24774ba694d
- Added support for 1.4 sources (use "-source 1.4" option)

- Made output class files go to documentation directory (-d) rather than source directory.

- Added "-XajdocDebug" option that will keep the source files generated from the ASM around in order to help people send better bug reports.

- Any declare forms that ajdoc doesn't know how to generate docs for get printed to the console and indicated as a limitation.

I also extended test coverage to declare forms and added proper clearing of state for multiple invocations from test cases.
ajdoc/src/org/aspectj/tools/ajdoc/Main.java
ajdoc/src/org/aspectj/tools/ajdoc/StubFileGenerator.java
ajdoc/testdata/simple/foo/ModelCoverage.java [new file with mode: 0644]
ajdoc/testdata/simple/foo/PlainJava.java
ajdoc/testsrc/org/aspectj/tools/ajdoc/CoverageTestCase.java