diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
commit | bbe629bc4a5e8c76a0b31686eedc88add5d71360 (patch) | |
tree | c03cca36ccdd16f37e23ff66c191381a41b5ed8a /docs/devguide/index.adoc | |
parent | d6056515f8078572dd35cd091fb31ba48e9d8b53 (diff) | |
download | aspectj-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/devguide/index.adoc')
-rw-r--r-- | docs/devguide/index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devguide/index.adoc b/docs/devguide/index.adoc index ea6288ae1..115595ec7 100644 --- a/docs/devguide/index.adoc +++ b/docs/devguide/index.adoc @@ -1,6 +1,6 @@ = The AspectJ^TM^ Development Environment Guide - :doctype: book +:leveloffset: +1 _by the AspectJ Team_ @@ -8,7 +8,7 @@ _Copyright (c) 1998-2001 Xerox Corporation, 2002 Palo Alto Research Center, Inco 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 +xref:../progguide/index.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]. |