diff options
author | mkersten <mkersten> | 2004-04-14 18:39:36 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2004-04-14 18:39:36 +0000 |
commit | e1fb8059ea0aaf45df285d39577ac7c52ed65099 (patch) | |
tree | fc5c0e1e57ae04041d1bc2fea569894f9df07554 /docs/devGuideDB | |
parent | d3f22340b84c9254f7893e71fedb40ac7467abf9 (diff) | |
download | aspectj-e1fb8059ea0aaf45df285d39577ac7c52ed65099.tar.gz aspectj-e1fb8059ea0aaf45df285d39577ac7c52ed65099.zip |
Updates to ajdoc docs and notes on current limitations.
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ajdoc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajdoc.xml b/docs/devGuideDB/ajdoc.xml index be13c897c..6a64e6d7e 100644 --- a/docs/devGuideDB/ajdoc.xml +++ b/docs/devGuideDB/ajdoc.xml @@ -100,6 +100,16 @@ </para> </refsect1> + + <refsect1> + <title>Known limitations</title> + <para> + <command>ajdoc</command> documents advice and pointcut members, shows where advice applies and + links affected members back to the advice. + It currently does not document or add structural links for any inter-type declarations or other declare forms. + </para> + </refsect1> + <refsect1> <title>Examples</title> <example id="ajdocdocumentingspacewar"> <!-- docbook bug - rendering this as example 4? --> |