]> source.dussan.org Git - aspectj.git/commitdiff
ensure every generated html file has a meaningful name
authoracolyer <acolyer>
Sun, 28 Nov 2004 22:00:59 +0000 (22:00 +0000)
committeracolyer <acolyer>
Sun, 28 Nov 2004 22:00:59 +0000 (22:00 +0000)
docs/adk15ProgGuideDB/annotations.xml
docs/adk15ProgGuideDB/autoboxing.xml
docs/adk15ProgGuideDB/covariance.xml
docs/adk15ProgGuideDB/enumeratedtypes.xml
docs/adk15ProgGuideDB/joinpointsignatures.xml
docs/adk15ProgGuideDB/miscellaneous.xml
docs/adk15ProgGuideDB/varargs.xml

index f4fa9d95e4c1154dbfeb9c1a935da55c4d6c90c6..979d8b9c340605eedb6a598b6619e798f2e57b6f 100644 (file)
 
   </sect1>
   
-    <sect1>
+    <sect1 id="annotations-itds">
       <title>Inter-type Declarations</title>
       
       <para>An annotation type may not be the target of an inter-type declaration.</para>
index 98c7e7faaed865331536dec1a0ade7fbd580018e..ec19fb7fe09b2ec6f43e61c70bbecc080479efac 100644 (file)
@@ -27,7 +27,7 @@
         
       </sect1>
       
-      <sect1>
+      <sect1 id="autoboxing-in-aspectj5">
           <title>Autoboxing and Join Point matching in AspectJ 5</title>
           
           <para>Most of the pointcut designators match based on signatures, and
@@ -74,7 +74,7 @@
 
       </sect1>
       
-      <sect1>
+      <sect1 id="autoboxing-and-method-dispatch">
           <title>Inter-type method declarations and method dispatch</title>
           
           <para>Autoboxing, unboxing, and also varargs all affect the method
index b6b0d7e70572e86800189538c2efa576d4c34e06..2268258f389840961ade6bc700117e5254085483 100644 (file)
@@ -23,7 +23,7 @@
         
       </sect1>
       
-      <sect1>
+      <sect1 id="covariance-and-join-point-matching">
           <title>Covariant methods and Join Point matching</title>
           
           <para>The join point matching rules for <literal>call</literal>
index 1e56741e0e710cf22c893c8925b81094299a957c..9340eee5baeae1935873ce8c958891d0ee7c0b35 100644 (file)
@@ -2,7 +2,7 @@
 
   <title>Enumerated Types</title>
   
-  <sect1>
+  <sect1 id="enums-in-java5">
       <title>Enumerated Types in Java 5</title>
       
       <para>Java 5 (and hence AspectJ 5) provides explicit support for
@@ -24,7 +24,7 @@
       declare a subtype of this class.</para>
   </sect1>
   
-  <sect1>
+  <sect1 id="enums-in-aspectj5">
       <title>Enumerated Types in AspectJ 5</title>
       
       <para>
index fbf59e146a9b20fb37faec27662786becbf4025b..bded66390151c340562d0638a26ce7a94df2bdf8 100644 (file)
@@ -10,7 +10,7 @@
         generics, covariance, varargs, and autoboxing.
     </para>
   
-    <sect1>
+    <sect1 id="join-point-matching">
         <title>Join Point Matching</title>
     
         <para>AspectJ supports 11 different kinds of join points. These are
@@ -60,7 +60,7 @@
         
     </sect1>
   
-      <sect1>
+      <sect1 id="join-point-signatures">
         <title>Join Point Signatures</title>
         
         <para>Call and execution join points may potentially have multiple
       
       </sect1>
       
-      <sect1>
+      <sect1 id="join-point-modifiers">
           <title>Join Point Modifiers</title>
           
           <para>Every join point has a single set of modifiers - these include
           
       </sect1>
       
-      <sect1>
+      <sect1 id="join-point-matching-summary">
           <title>Summary of Join Point Matching</title>
 
                <para>
index ad6ea36c4509ed2339b17508d6df30399465df75..545a664181e492ced968605dd8466ea0e9ad909c 100644 (file)
@@ -24,7 +24,7 @@
       </sect2>
   </sect1>
   
-  <sect1>
+  <sect1 id="declare-soft">
       <title>Declare Soft</title>
       <para>
           Describe change to only soften checked exceptions if we decide to 
index b74064b7413ebcc3ca62cfaee239cd5509c5735c..6452c056cb1b565d2da75c81b51a25661269d98e 100644 (file)
@@ -59,7 +59,7 @@
         
     </sect1>
 
-    <sect1>
+    <sect1 id="varargs-in-pcds">
         <title>Using Variable-length arguments in advice and pointcut expressions</title>
         
         <para>AspectJ 5 allows variable-length arguments to be used for methods declared within