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"> <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> <AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName> <AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyVersion>0.0.0.0</AssemblyVersion>
@ -536,9 +536,10 @@
<returns>the new stipple bitmap.</returns> <returns>the new stipple bitmap.</returns>
<remarks> <remarks>
<para> <para>
Set the stipple bitmap for a graphics context. The 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"/> stipple will only be used if the fill mode is <see cref="E:Gdk.Fill.Stippled"/>
or <see cref="Gdk.Fill.OpaqueStippled"/>. or <see cref="Gdk.Fill.OpaqueStippled"/>.
</para>
</remarks> </remarks>
</Docs> </Docs>
</Member> </Member>