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/adk15notebook/ltw.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/adk15notebook/ltw.adoc')
-rw-r--r-- | docs/adk15notebook/ltw.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/adk15notebook/ltw.adoc b/docs/adk15notebook/ltw.adoc index c6c3e73f4..ddf5af356 100644 --- a/docs/adk15notebook/ltw.adoc +++ b/docs/adk15notebook/ltw.adoc @@ -1,8 +1,8 @@ [[ltw]] -== Load-Time Weaving += Load-Time Weaving [[ltw-introduction]] -=== Introduction +== Introduction See xref:../devguide/ltw.adoc#ltw[Developer's Guide] for information on load-time weaving support in AspectJ 5. |