document useresponsefile attribute

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk@498913 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/csc.html b/docs/csc.html
index 6e0bcdd..e277713 100644
--- a/docs/csc.html
+++ b/docs/csc.html
@@ -404,6 +404,20 @@
         </td>
       </tr>
 
+      <tr>
+        <td valign="top">
+          useresponsefile
+        </td>
+        <td valign="top">
+          Sets whether a response file instead of a command line only
+          invocation should be used.  Defaults to false but Ant will
+          still use a response file if more than 64 command line
+          arguments would be used.
+        </td>
+        <td valign="top">
+          boolean
+        </td>
+      </tr>
     </table>
 
     <h3><a name="elements">Parameters as nested elements</a></h3>
diff --git a/docs/jsharpc.html b/docs/jsharpc.html
index fc1f716..f7abf4c 100644
--- a/docs/jsharpc.html
+++ b/docs/jsharpc.html
@@ -321,6 +321,21 @@
           File
         </td>
       </tr>
+
+      <tr>
+        <td valign="top">
+          useresponsefile
+        </td>
+        <td valign="top">
+          Sets whether a response file instead of a command line only
+          invocation should be used.  Defaults to false but Ant will
+          still use a response file if more than 64 command line
+          arguments would be used.
+        </td>
+        <td valign="top">
+          boolean
+        </td>
+      </tr>
     </table>
 
     <h3><a name="elements">Parameters as nested elements</a>
diff --git a/docs/vbc.html b/docs/vbc.html
index caa6776..53d740e 100644
--- a/docs/vbc.html
+++ b/docs/vbc.html
@@ -368,6 +368,21 @@
           File
         </td>
       </tr>
+
+      <tr>
+        <td valign="top">
+          useresponsefile
+        </td>
+        <td valign="top">
+          Sets whether a response file instead of a command line only
+          invocation should be used.  Defaults to false but Ant will
+          still use a response file if more than 64 command line
+          arguments would be used.
+        </td>
+        <td valign="top">
+          boolean
+        </td>
+      </tr>
     </table>
 
     <h3><a name="elements">Parameters as nested elements</a></h3>