remove a duplicate <params> line that really trips up the latest monodocer

for some reason

svn path=/trunk/gtk-sharp/; revision=48337
This commit is contained in:
Dan Winship 2005-08-12 15:42:28 +00:00
parent 2fa109fdd7
commit 202d8f09ff

View File

@ -51,7 +51,6 @@
<Parameter Name="argv" Type="System.String[]&amp;" RefType="ref" />
</Parameters>
<Docs>
<param name="argv">a <see cref="T:System.String[]" /></param>
<summary>Initializes Gtk# for operation, probes window system.</summary>
<param name="argv">The command line arguments passed in. Changed if any arguments were handled.</param>
<returns>True if the toolkit initialized correctly, false otherwise. </returns>