aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dist
diff options
context:
space:
mode:
authormwebster <mwebster>2006-10-26 17:23:50 +0000
committermwebster <mwebster>2006-10-26 17:23:50 +0000
commita4d46605ca5acf6be6485e079a368afa67d5de80 (patch)
treea25939062bff421cc3cf73175ee0bcc58cfe2b02 /docs/dist
parent3294a35d1bfb49772a188d71777f109819faa8bf (diff)
downloadaspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.tar.gz
aspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.zip
Bug 159854 "Problem Diagnosis Guide" (skeleton)
Diffstat (limited to 'docs/dist')
-rw-r--r--docs/dist/doc/index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index cf9093067..050e93c70 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -25,8 +25,9 @@
<a href="quick5.pdf">Quick Reference (AspectJ 5)</a>,
<a href="quick.pdf">Quick Reference (1.2.1)</a>,
<a href="adk15notebook/index.html">AspectJ 5 Developer's Notebook</a>,
- <a href="progguide/index.html">programming</a> and
- <a href="devguide/index.html">development</a> guides,
+ <a href="progguide/index.html">programming</a>,
+ <a href="devguide/index.html">development</a> and
+ <a href="pdguide/index.html">problem diagnosis</a> guides,
<a href="runtime-api/index.html">API</a> and
<a href="examples/">example code</a>.
</td></tr>
@@ -111,6 +112,17 @@
</td>
</tr>
+<tr> <td><a href="pdguide/index.html">Problem Diagnosis Guide</a>
+<br/>
+
+ (printable <a href="pdguide/printable.html">html</a>)
+ </td>
+ <td>This has a guide to
+ the various features available such as message and trace to help you both solve problems
+ with you own programs and report bugs to the AspectJ team.
+ </td>
+ </tr>
+
<tr> <td><a href="runtime-api/index.html">AspectJ API</a>
</td>
<td>API documentation for AspectJ runtime classes. <tt>JoinPoint</tt>