diff options
author | wisberg <wisberg> | 2004-10-05 20:16:39 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-10-05 20:16:39 +0000 |
commit | 615f09f359cc692f3f476defcf1badd8596086b0 (patch) | |
tree | a167809d05df0080f1639d1982882db0ad3d83be /docs/devGuideDB/antsupport.xml | |
parent | 948bf91ad857793df643b387ea183ef7035e3d61 (diff) | |
download | aspectj-615f09f359cc692f3f476defcf1badd8596086b0.tar.gz aspectj-615f09f359cc692f3f476defcf1badd8596086b0.zip |
-showWeaveInfo for ajc, iajc dev guide sections
Diffstat (limited to 'docs/devGuideDB/antsupport.xml')
-rw-r--r-- | docs/devGuideDB/antsupport.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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> |