aboutsummaryrefslogtreecommitdiffstats
path: root/docs/modules/devguide/pages/ajc.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-31 13:40:34 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-01 08:58:27 +0700
commit06557e86b01bf0c2a58a58e6d322f8c576b0acba (patch)
treec574b06f59d55cf3ba7f13528916ef9382fc9ba6 /docs/modules/devguide/pages/ajc.adoc
parentc6de70659e3b52e6f6df5e309902a2fa5c8981ce (diff)
downloadaspectj-06557e86b01bf0c2a58a58e6d322f8c576b0acba.tar.gz
aspectj-06557e86b01bf0c2a58a58e6d322f8c576b0acba.zip
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 <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/modules/devguide/pages/ajc.adoc')
-rw-r--r--docs/modules/devguide/pages/ajc.adoc4
1 files changed, 2 insertions, 2 deletions
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