aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB
diff options
context:
space:
mode:
authorwisberg <wisberg>2004-10-05 20:16:39 +0000
committerwisberg <wisberg>2004-10-05 20:16:39 +0000
commit615f09f359cc692f3f476defcf1badd8596086b0 (patch)
treea167809d05df0080f1639d1982882db0ad3d83be /docs/devGuideDB
parent948bf91ad857793df643b387ea183ef7035e3d61 (diff)
downloadaspectj-615f09f359cc692f3f476defcf1badd8596086b0.tar.gz
aspectj-615f09f359cc692f3f476defcf1badd8596086b0.zip
-showWeaveInfo for ajc, iajc dev guide sections
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r--docs/devGuideDB/ajc.xml6
-rw-r--r--docs/devGuideDB/antsupport.xml8
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml
index 52ae00daf..5eb56f15b 100644
--- a/docs/devGuideDB/ajc.xml
+++ b/docs/devGuideDB/ajc.xml
@@ -342,6 +342,12 @@
</varlistentry>
<varlistentry>
+ <term>-showWeaveInfo</term>
+ <listitem><para>Emit messages about weaving
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>-log <replaceable>file</replaceable></term>
<listitem><para>Specify a log file for compiler messages.
</para></listitem>
diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml
index e2a5ddf65..4ff2715d9 100644
--- a/docs/devGuideDB/antsupport.xml
+++ b/docs/devGuideDB/antsupport.xml
@@ -480,6 +480,14 @@
and having a public no-argument constructor.
</para></entry>
</row>
+ <row>
+ <entry><para>showWeaveInfo
+ </para></entry>
+ <entry><para>
+ If true, emit weaver messages.
+ Defaults to <literal>false</literal>.
+ </para></entry>
+ </row>
</tbody>
</tgroup>
</table>