diff options
Diffstat (limited to 'docs/readme-docs-module.html')
-rw-r--r-- | docs/readme-docs-module.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/readme-docs-module.html b/docs/readme-docs-module.html index 28f9647d3..69b10e2a2 100644 --- a/docs/readme-docs-module.html +++ b/docs/readme-docs-module.html @@ -1,11 +1,12 @@ <html> -<title>AspectJ docs</title> +<head><title>AspectJ docs</title></head> <body> <h1>AspectJ docs</h1> - +<p> This module contains the sources for the documentation delivered with the AspectJ distribution and for various internal, teaching, and online works: +</p> <ul> <li><a href="devGuideDB">devGuideDB</a>: DocBook sources for the AspectJ Development Environment Guide</li> @@ -44,6 +45,7 @@ distribution which is gathered into the product distribution by the master build script, <a href="../build/build.xml">../build/build.xml</a>. Dependencies outside this directory: +</p> <ul> <li>.xml files refer to their docbook dtds using relative path, for the moment ../../lib/docbook/... @@ -56,6 +58,9 @@ Dependencies outside this directory: <li><a href="dist/doc/quick.pdf">dist/doc/quick.pdf</a> is generated manually from <a href="quick.doc">quick.doc</a>. </li> +<li><a href="../org.aspectj.lib">../org.aspectj.lib</a> + provides library sources for <code>{AspectJ}/doc/aspectjlib</code>. + </li> </ul> </body> </html> |