]> source.dussan.org Git - aspectj.git/commit
Lightweight ajdoc prototype.
authormkersten <mkersten>
Wed, 18 Feb 2004 16:12:54 +0000 (16:12 +0000)
committermkersten <mkersten>
Wed, 18 Feb 2004 16:12:54 +0000 (16:12 +0000)
commit83198dbf96b93058941fe3d2f054d7cc42848172
treeb271f8da64231abbf1268d6ea99241b925c3ef0d
parent0d5096c9b943aa294b663890bd90423a8becfef2
Lightweight ajdoc prototype.
23 files changed:
ajdoc/.classpath [new file with mode: 0644]
ajdoc/.project [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/Config.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/Declaration.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/Main.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/Phase1.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/Phase2.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/Phase3.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/SourceLine.java [new file with mode: 0644]
ajdoc/src/org/aspectj/tools/ajdoc/SymbolManager.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/.cvsignore [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures.lst [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Box.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Canvas.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/ColorControl.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Enforcement.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/FigureElement.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Group.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Line.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Log.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/Point.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/ShapeFigureElement.java [new file with mode: 0644]
ajdoc/testdata/figures-demo/figures/SlothfulPoint.java [new file with mode: 0644]