diff options
author | acolyer <acolyer> | 2005-09-01 16:16:11 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-09-01 16:16:11 +0000 |
commit | 6629e48dbff05751879a24c27623a3c923189a79 (patch) | |
tree | e08a47f308ed59bc8aa47a0fc7955689b8bad064 /docs/adk15ProgGuideDB/miscellaneous.xml | |
parent | a5e645fa9a16aba627560d058be824438ddfc890 (diff) | |
download | aspectj-6629e48dbff05751879a24c27623a3c923189a79.tar.gz aspectj-6629e48dbff05751879a24c27623a3c923189a79.zip |
ensure every section has an assigned id so that urls in generated html remain stable across builds.
Diffstat (limited to 'docs/adk15ProgGuideDB/miscellaneous.xml')
-rw-r--r-- | docs/adk15ProgGuideDB/miscellaneous.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/adk15ProgGuideDB/miscellaneous.xml b/docs/adk15ProgGuideDB/miscellaneous.xml index 24a677cf7..70a630e7d 100644 --- a/docs/adk15ProgGuideDB/miscellaneous.xml +++ b/docs/adk15ProgGuideDB/miscellaneous.xml @@ -5,7 +5,7 @@ <sect1> <title>Pointcuts</title> - <sect2> + <sect2 id="binding-of-formals" xreflabel="binding-of-formals"> <title>Binding of formals</title> <para> AspectJ 5 is more liberal than AspectJ 1.2.1 in accepting pointcut expressions @@ -28,7 +28,7 @@ </sect2> - <sect2> + <sect2 id="additional-lint-warnings" xreflabel="additional-lint-warnings"> <title>Additional lint warnings</title> <para> Discuss detection of common errors -> warning/error, eg. conjunction of more than one @@ -95,7 +95,7 @@ <sect1> <title>Tools</title> - <sect2> + <sect2 id="aspectpath" xreflabel="aspectpath"> <title>Aspectpath</title> <para>AspectJ 5 allows the specification of directories (containing .class files) on the aspectpath in @@ -105,3 +105,4 @@ </sect1> </chapter> + |