update to new monodocer stub text

svn path=/trunk/gtk-sharp/; revision=72435
This commit is contained in:
Mike Kestner 2007-02-07 16:52:56 +00:00
parent d224dd1cbc
commit d2c6e9e528
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ namespace GtkSharp.Docs
XmlElement rem = elem ["Docs"] ["remarks"];
string summary = summ.InnerXml;
string remarks = rem.InnerXml;
if (summary == "To be added" && remarks == "To be added")
if (summary == "To be added." && remarks == "To be added.")
{
summ.InnerXml = "Protected Constructor.";
rem.InnerXml = "Chain to this constructor if you have manually registered a native <see cref=\"T:GLib.GType\" /> value for your subclass.";

View File

@ -80,7 +80,7 @@ namespace GtkSharp.Docs
XmlElement rem = elem ["Docs"] ["remarks"];
string summary = summ.InnerXml;
string remarks = rem.InnerXml;
if (summary == "To be added" && remarks == "To be added")
if (summary == "To be added." && remarks == "To be added.")
{
summ.InnerXml = "GType Property.";
rem.InnerXml = "Returns the native <see cref=\"T:GLib.GType\" /> value for <see cref=\"T:" + t + "\" />.";