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/release/README-1.8.0.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/release/README-1.8.0.adoc')
-rw-r--r-- | docs/release/README-1.8.0.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/release/README-1.8.0.adoc b/docs/release/README-1.8.0.adoc index 9a2ba78be..de5a6a987 100644 --- a/docs/release/README-1.8.0.adoc +++ b/docs/release/README-1.8.0.adoc @@ -1,4 +1,4 @@ -== AspectJ 1.8.0 += AspectJ 1.8.0 _© Copyright 2014 Contributors. All rights reserved._ @@ -11,9 +11,9 @@ _Release info:_ * _1.8.0.RC1 available 18-Mar-2014_ * _1.8.0.M1 available 29-Jul-2013_ -=== Notable changes +== Notable changes -==== Java 8 compilation +=== Java 8 compilation AspectJ has been updated to the latest available Eclipse Java compiler version that compiles Java8 code (the version available as a feature |