diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.adoc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/index.adoc b/docs/index.adoc index 7f5028cd8..3d131db57 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -14,7 +14,7 @@ for AspectJ 5. |xref:#documentation[Documentation] |xref:faq/faq.adoc#faq[FAQ], xref:dist/doc/quick5.pdf[Quick Reference (AspectJ 5)], xref:dist/doc/quick.pdf[Quick Reference (1.2.1)], -xref:adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook], +xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook], xref:progguide/index.adoc[programming], xref:devguide/index.adoc[development] and xref:pdguide/index.adoc[problem diagnosis] guides, @@ -44,14 +44,14 @@ reference for the AspectJ 5 language. |xref:dist/doc/quick.pdf[AspectJ Quick Reference] |This is a two-page quick reference for the AspectJ language. -|xref:adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook] + -(printable xref:adk15notebook/printable.html[html]) |This describes the +|xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook] + +(xref:adk15notebook/adk15notebook.adoc[single page]) |This describes the changes to the AspectJ language and tools introduced in the AspectJ 5 Development Kit. These changes are additive, and are not yet reflected in the programming guide or quick reference. |xref:progguide/index.adoc[Programming Guide] + -(printable xref:progguide/printable.html[html]) |This introduces AOP and the +(xref:progguide/progguide.adoc[single page]) |This introduces AOP and the AspectJ language. xref:progguide/gettingstarted.adoc[Getting Started] describes basic semantics, and shows development- and production-time applications. xref:progguide/language.adoc[The AspectJ Language] @@ -67,7 +67,7 @@ xref:progguide/implementation.adoc[Implementation Notes] describes how the current version is limited to code the compiler controls. |xref:devguide/index.adoc[Development Environment Guide] + -(printable xref:devguide/printable.html[html]) |This is a guide to +(xref:devguide/devguide.adoc[single page]) |This is a guide to xref:devguide/ajc.adoc[ajc], the command-line compiler; and the xref:devguide/antsupport.adoc[Ant tasks] for building AspectJ programs. @@ -120,6 +120,10 @@ xref:dist/doc/porting.adoc[1.0]. features and implement JavaBean properties, the Observer pattern, a tracing library, and a game application where aspects handle display updating. + +| xref:developer/index.adoc[AspectJ Design Overview] + +(xref:developer/design-overview.adoc[single page]) |Introductory information about +AspectJ language design, developer guides, module structure |=== [[distributions]] |