From 06557e86b01bf0c2a58a58e6d322f8c576b0acba Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Wed, 31 Jan 2024 13:40:34 +0700 Subject: Fix several structural asciidoc warnings In changes.adoc, also make headlines and TOC more readable. To avoid some "image not found" warnings, move images directory in ROOT module to the canonical level. This also required a small change in IDE.md. Signed-off-by: Alexander Kriegisch --- docs/modules/devguide/pages/ajc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/modules/devguide/pages/ajc.adoc') diff --git a/docs/modules/devguide/pages/ajc.adoc b/docs/modules/devguide/pages/ajc.adoc index 078ef5ff4..09cf44a3c 100644 --- a/docs/modules/devguide/pages/ajc.adoc +++ b/docs/modules/devguide/pages/ajc.adoc @@ -28,7 +28,7 @@ include the source not only for the aspects or pointcuts but also for any affected types. Specifying all sources is necessary because, unlike javac, ajc does not search the sourcepath for classes. (For a discussion of what affected types might be required, see -xref:../progguide/implementation.html[The AspectJ Programming Guide, +xref:progguide:implementation.adoc[The AspectJ Programming Guide, Implementation Appendix].) To specify sources, you can list source files as arguments or use the @@ -91,7 +91,7 @@ destination directory on the inpath and rebuild.) Generate .ajesym symbol files for emacs support (deprecated). `-Xlint`:: Same as -Xlint:warning (enabled by default) -`-Xlint:{level}`:: +`-Xlint:\{level}`:: Set default level for messages about potential programming mistakes in crosscutting code. \{level} may be ignore, warning, or error. This overrides entries in org/aspectj/weaver/XlintDefault.properties from -- cgit v1.2.3