diff options
author | acolyer <acolyer> | 2004-11-28 21:44:27 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-11-28 21:44:27 +0000 |
commit | 4f5756d56fff9f5af0ed2cf72cf135ae0c1d7b5f (patch) | |
tree | b5d727f275b8320a5b82f9a467238134aa075daf /docs/adk15ProgGuideDB/grammar.xml | |
parent | acbb4e5b1a7c107d0f3897431b15a78d9026c381 (diff) | |
download | aspectj-4f5756d56fff9f5af0ed2cf72cf135ae0c1d7b5f.tar.gz aspectj-4f5756d56fff9f5af0ed2cf72cf135ae0c1d7b5f.zip |
aspectj 5 docs update. Signature matching chapter added.
Annotations chapter complete. Varargs, covariance, autoboxing,
and enum chapters complete. Pertypewithin proposal written up.
Generics, new reflection interfaces, and the "miscellaneous" section
still outstanding.
Diffstat (limited to 'docs/adk15ProgGuideDB/grammar.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/grammar.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/adk15ProgGuideDB/grammar.xml b/docs/adk15ProgGuideDB/grammar.xml index 0a77b9f8f..42a7065d4 100644 --- a/docs/adk15ProgGuideDB/grammar.xml +++ b/docs/adk15ProgGuideDB/grammar.xml @@ -1,6 +1,9 @@ -<appendix id="grammar" xreflabel="AspectJ 1.5 Grammar"> +<appendix id="grammar" xreflabel="AspectJ 5 Grammar"> - <title>A Grammar for the AspectJ 1.5 Language</title> + <title>A Grammar for the AspectJ 5 Language</title> -</appendix>> + Collect together all the grammar fragments scattered throughout this documented + and present them as a coherent whole... + +</appendix> |