diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-01-08 11:50:55 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | d4a6906b3012fac6e4dbaca5854fc59ba0d67e47 (patch) | |
tree | c78540555837c12cfaef7f9cc95842668a3ee7f9 /docs/devguide/index.adoc | |
parent | 9735e858af48ff0bce152ea489800a86a151b08d (diff) | |
download | aspectj-d4a6906b3012fac6e4dbaca5854fc59ba0d67e47.tar.gz aspectj-d4a6906b3012fac6e4dbaca5854fc59ba0d67e47.zip |
Rename '*GuideDB' directories to their actual HTML site target names
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/devguide/index.adoc')
-rw-r--r-- | docs/devguide/index.adoc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/devguide/index.adoc b/docs/devguide/index.adoc new file mode 100644 index 000000000..38d20ec64 --- /dev/null +++ b/docs/devguide/index.adoc @@ -0,0 +1,24 @@ += The AspectJ^TM^ Development Environment Guide + +:doctype: book + +_by the AspectJ Team_ + +_Copyright (c) 1998-2001 Xerox Corporation, 2002 Palo Alto Research Center, Incorporated, 2003-2005 Contributors. +All rights reserved._ + +This guide describes how to build and deploy AspectJ programs using the AspectJ tools and facilities. See also the +xref:../progguide/progguide.adoc[AspectJ Programming Guide], the documentation available with the AspectJ support +available for various integrated development environments (e.g. https://www.eclipse.org/ajdt/[Eclipse AJDT]), and the +most-recent documentation available from the https://eclipse.org/aspectj[AspectJ project page]. + +**Table of Contents** + +* xref:tools-intro.adoc[Introduction to the AspectJ tools] +* xref:ajc.adoc[`ajc`, the AspectJ compiler/weaver] +* xref:ajdoc.adoc[`ajdoc`, the AspectJ API documentation generator] +* xref:aj.adoc[`aj`, the AspectJ load-time weaving launcher] +* xref:ajbrowser.adoc[AspectJ Browser] +* xref:antsupport.adoc[AspectJ Ant Tasks] +* xref:ltw.adoc[Load-Time Weaving] +* xref:compatibility.adoc[AspectJ version compatibility] |