]> source.dussan.org Git - aspectj.git/commitdiff
Fix for Bugzilla 43064: case error in noinline option
authorehilsdal <ehilsdal>
Mon, 17 Nov 2003 23:29:08 +0000 (23:29 +0000)
committerehilsdal <ehilsdal>
Mon, 17 Nov 2003 23:29:08 +0000 (23:29 +0000)
docs/devGuideDB/ajc.xml

index a0030e53738ce6c64907c7278556c84547a0ce84..dd35fca323f75a2d55b73fe2d2984222058141ac 100644 (file)
       </varlistentry>
 
       <varlistentry>
-        <term>-Xnoinline</term>
+        <term>-XnoInline</term>
         <listitem><para>(Experimental) do not inline around advice
         </para></listitem>
       </varlistentry>
@@ -655,7 +655,7 @@ commands to your environment as needed.
       These permit compliant debuggers (such as jdb in Java 1.4.1) to identify 
       the right file and line even given many source files for a single class.
       JSR-45 support is planned for ajc in AspectJ 1.1, but is not in the initial
-      release.  To get fully debuggable .class files, use the -Xnoinline option.)  
+      release.  To get fully debuggable .class files, use the -XnoInline option.)  
       </para>
 
       <para>Probably the only time you may see this format is when you view