aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README-AspectJ.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-01 11:57:10 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-01 11:57:10 +0700
commitbbe629bc4a5e8c76a0b31686eedc88add5d71360 (patch)
treec03cca36ccdd16f37e23ff66c191381a41b5ed8a /docs/README-AspectJ.adoc
parentd6056515f8078572dd35cd091fb31ba48e9d8b53 (diff)
downloadaspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.tar.gz
aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.zip
Always use ":leveloffset: +1" with ":doctype: book"
Headlines per ADOC file should start at level 1, not 2. Adjusting the level offset for books helps to avoid warnings when including book chapters, but still allows to also use the chapters as stand-alone documents. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/README-AspectJ.adoc')
-rw-r--r--docs/README-AspectJ.adoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/README-AspectJ.adoc b/docs/README-AspectJ.adoc
index c754f3a44..e8905dfcf 100644
--- a/docs/README-AspectJ.adoc
+++ b/docs/README-AspectJ.adoc
@@ -1,8 +1,8 @@
-== AspectJ^TM^
+= AspectJ^TM^
_Version @build.version.long@ released on @build.date@._
-=== 1 Contents of this Package
+== 1 Contents of this Package
* the link:bin[`<aspectj install dir>/bin`] directory has scripts for
** `ajc`: the compiler for the AspectJ language
@@ -19,7 +19,7 @@ the link:doc/index.html[index] page.
'''''
-=== 2 Install Procedure
+== 2 Install Procedure
The AspectJ tool `ajc` is a Java program that can be
run indirectly from the scripts or directly from `aspectjtools.jar`. The
@@ -62,7 +62,7 @@ create short launch scripts to start ajc easily (section 3).
'''''
-=== 3. Running the Tools
+== 3. Running the Tools
If you did not use the automatic installation process or the default
launch scripts do not work on your system, you may wish to create short
@@ -98,9 +98,9 @@ ____
'''''
[[configInstructions]]
-=== 4. Configuration Instructions
+== 4. Configuration Instructions
-==== 4.1 Adding `<aspectj install dir>/lib/aspectjrt.jar` to your classpath
+=== 4.1 Adding `<aspectj install dir>/lib/aspectjrt.jar` to your classpath
There are several ways to add this jar file to your classpath:
@@ -110,7 +110,7 @@ next section for details)
* always use the "`-classpath aspectjrt.jar`" option when running
programs compiled with ajc
-==== 4.2 [#6.1]#Setting the Environment Variables on Windows#
+=== 4.2 [#6.1]#Setting the Environment Variables on Windows#
The following instructions use the PATH variable as an example, but this
process is identical for the CLASSPATH variable.