summaryrefslogtreecommitdiffstats
path: root/ajdoc/src
Commit message (Collapse)AuthorAgeFilesLines
* Georges fix for relative paths in ajdoc. Means we support multiple browsers ↵aclement2004-04-141-4/+16
| | | | and the doc is portable.
* Fixed: mkersten2004-04-085-74/+68
| | | | | | 57780: ajdoc package summary should not show synthetic information; 57773: ajdoc crash; Cleaned up link generation, added support for arbitrary levels of type nesting.
* Fixes for: mkersten2004-04-082-79/+55
| | | | | 57780: ajdoc package summary should not show synthetic information 57773: ajdoc crash
* Fixed: 57780 ajdoc package summary should not show synthetic informationmkersten2004-04-081-12/+32
|
* Fix broken links in ajdoc. Part 4 : fix links to members of types aclement2004-04-081-17/+45
| | | | | | | in other packages (again). Also, fix for nested types. Covers more than one level of nesting. NOTE: the tool is currently not capable of producing output for more than one level of nesting. Bug will be raised if Ron has not already opened it.
* Added support for additional javadoc 1.4 options.mkersten2004-04-071-0/+7
|
* Fix broken links in ajdoc. Part 3 : fix links to members of types aclement2004-04-071-21/+45
| | | | in other packages (again). Also, fix for nested types.
* - Added support for 1.4 sources (use "-source 1.4" option) mkersten2004-04-072-47/+65
| | | | | | | | | | - 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.
* I just committed the final round of updates to ajdoc needed for 1.2. In a ↵mkersten2004-04-077-109/+177
| | | | | | | | | | | | | | | | | nutshell it's moved forward a ways from the previous ajdoc: - AJDT integration works - generates documentation for all the AspectJ modules - works on 1.3 and 1.4 - comments and Javadoc tags are properly preserved and resolved Note that the hope is still for "declare" documentation to come in the form of a contribution. Getting it to work for our tree involved a bunch of bug fixes to deal with things like anonymous types. To run from our tree in bootstrap mode use something like the attached batch script. I had to roll back some of Andy's fix to broken links: getRelativeComponent didn't work properly for internal anchor links (..html#<mumble>). Andy, could you check this against the current thing against whatever was breaking for you, and ideally add that code patter to CoverageTestCase? I added -XjavadocsInModel to make the addition of Javadoc strings to the ASM only happen when request it (prevent bloat of the model with strings. The running time of ajdoc is now dominated by the compilation time.
* Fix broken links in ajdoc. Part 2 : fix links to types in other packages.aclement2004-04-051-2/+7
|
* Fix broken links in ajdoc.aclement2004-04-051-2/+28
|
* fixed so that failure is graceful under 1.3, and to avoid acolyer2004-04-022-2/+41
| | | | | | calling main method in javadoc since this ends by calling System.exit. Solution is to use execute method instead (1.4 and above only).
* Improved link layout and removed generation of duplicates.mkersten2004-03-302-19/+25
|
* Added removal of temporary filesmkersten2004-03-301-5/+5
|
* Working ajdoc to that generates advice links, with tests mkersten2004-03-238-547/+260
| | | | for generating spacewar documentation.
* Added support for inheritance documentation, test coverage.v_preCompileLoopAlterationmkersten2004-03-116-196/+214
|
* Port of ajdoc declaration hierarchy to ASM.mkersten2004-03-104-182/+300
|
* Lightweight ajdoc prototype.mkersten2004-02-188-0/+2506