diff options
author | wisberg <wisberg> | 2003-11-26 01:50:10 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-11-26 01:50:10 +0000 |
commit | 2561a46b92c6078ca6e447b0c8e9e97f19728cca (patch) | |
tree | e4ddfc5f65e30fd24e5394791055dedf42e3af5a | |
parent | bdc79f1b42c11fe2bcaa45bbaa5a063173777d28 (diff) | |
download | aspectj-2561a46b92c6078ca6e447b0c8e9e97f19728cca.tar.gz aspectj-2561a46b92c6078ca6e447b0c8e9e97f19728cca.zip |
letting tool handle titles
-rw-r--r-- | docs/sandbox/trails/debugging.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/sandbox/trails/debugging.html b/docs/sandbox/trails/debugging.html index 83240bd6e..b49cc79d8 100644 --- a/docs/sandbox/trails/debugging.html +++ b/docs/sandbox/trails/debugging.html @@ -4,10 +4,11 @@ <body> <h2>Debugging AspectJ Programs </h2> -<!-- @author Wes Isberg --> -<!-- START-SAMPLE trails-debugging-aspectj10 --> <h3>Debugging AspectJ 1.0 Programs </h3> +<!-- @author Wes Isberg --> +<!-- START-SAMPLE trails-debugging-aspectj10 Debugging AspectJ 1.0 Programs --> + The AspectJ 1.0 compiler produces .class files that have the normal source file attribute and line information as well as the information specified by JSR-045 required to debug @@ -36,10 +37,10 @@ do not support JSR-45 and thus AspectJ. <!-- END-SAMPLE trails-debugging-aspectj10 --> -<!-- @author Wes Isberg --> -<!-- START-SAMPLE trails-debugging-aspectj11 --> <h3>Debugging AspectJ 1.1 Programs </h3> +<!-- @author Wes Isberg --> +<!-- START-SAMPLE trails-debugging-aspectj11 Debugging AspectJ 1.1 Programs --> The AspectJ 1.1 compiler usually implements advice as call-backs to the aspect, which means that most AspectJ programs do not require JSR-45 support in |