Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | not requiring 1.5 | wisberg | 2005-05-21 | 1 | -3/+4 |
| | |||||
* | Fixed 3 bugs reported in bug#82340, including correct use of visibility ↵ | mkersten | 2005-01-13 | 2 | -13/+42 |
| | | | | modifiers. | ||||
* | Updated to support running on JDK 1.5, and fixed related bug#82218 | mkersten | 2005-01-13 | 2 | -16/+41 |
| | |||||
* | Fixed bug#71811 "AJDoc: should be able to set encoding like javadoc" | mkersten | 2004-08-20 | 1 | -1/+19 |
| | |||||
* | organized imports. | aclement | 2004-07-29 | 1 | -3/+0 |
| | |||||
* | Fixed bug#70008 "problem with ajdoc -public" | mkersten | 2004-07-14 | 2 | -26/+53 |
| | |||||
* | Fixed bug#69011 "ajdoc fails when using default package" | mkersten | 2004-07-05 | 1 | -1/+3 |
| | |||||
* | Fixed: 68494 ajdoc does not support .aj files | mkersten | 2004-06-24 | 1 | -3/+3 |
| | |||||
* | Clean-up ensuring no resources modified as a result of test runs. | mkersten | 2004-04-08 | 2 | -1/+3 |
| | |||||
* | Extended test coverage. | mkersten | 2004-04-08 | 2 | -14/+113 |
| | |||||
* | Extended test coverage to various permutations of crossing package and type ↵ | mkersten | 2004-04-08 | 1 | -12/+21 |
| | | | | boundaries with links. | ||||
* | Moved from the other package. | aclement | 2004-04-07 | 1 | -0/+32 |
| | |||||
* | Moved to default package. | aclement | 2004-04-07 | 1 | -30/+0 |
| | |||||
* | - Added support for 1.4 sources (use "-source 1.4" option) | mkersten | 2004-04-07 | 1 | -2/+8 |
| | | | | | | | | | | - 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. | ||||
* | Extended test coverage | mkersten | 2004-04-07 | 2 | -6/+19 |
| | |||||
* | Improved link layout and removed generation of duplicates. | mkersten | 2004-03-30 | 1 | -2/+2 |
| | |||||
* | Expanded test suite. | mkersten | 2004-03-30 | 1 | -0/+1 |
| | |||||
* | Working ajdoc to that generates advice links, with tests | mkersten | 2004-03-23 | 2 | -1/+55 |
| | | | | for generating spacewar documentation. | ||||
* | Added support for inheritance documentation, test coverage.v_preCompileLoopAlteration | mkersten | 2004-03-11 | 3 | -8/+84 |
| | |||||
* | Port of ajdoc declaration hierarchy to ASM. | mkersten | 2004-03-10 | 1 | -0/+46 |