Fix a missing <para> tag.

svn path=/trunk/gtk-sharp/; revision=11807
This commit is contained in:
Duncan Mak 2003-02-21 18:59:43 +00:00
parent e38298641d
commit 388ec2d564

View File

@ -1,5 +1,5 @@
<Type Name="GC" FullName="Gdk.GC">
<TypeSignature Language="C#" Value="public class GC : GLib.Object, IWrapper, IDisposable" Maintainer="auto" />
<TypeSignature Language="C#" Value="public class GC : GLib.Object, IWrapper, IDisposable" Maintainer="miguel" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
@ -536,9 +536,10 @@
<returns>the new stipple bitmap.</returns>
<remarks>
<para>
Set the stipple bitmap for a graphics context. The
stipple will only be used if the fill mode is <see cref="E:Gdk.Fill.Stippled"/>
or <see cref="Gdk.Fill.OpaqueStippled"/>.
Set the stipple bitmap for a graphics context. The
stipple will only be used if the fill mode is <see cref="E:Gdk.Fill.Stippled"/>
or <see cref="Gdk.Fill.OpaqueStippled"/>.
</para>
</remarks>
</Docs>
</Member>