diff options
Diffstat (limited to 'docs/dist/doc/index.html')
-rw-r--r-- | docs/dist/doc/index.html | 16 |
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> |