From 277792492c84330dd9ce161a6d6bab89a490659d Mon Sep 17 00:00:00 2001
From: Miguel de Icaza <miguel@gnome.org>
Date: Sat, 26 Jun 2004 23:32:58 +0000
Subject: [PATCH] New from jamin@pubcrawler.org

svn path=/trunk/gtk-sharp/; revision=30452
---
 doc/en/Gtk/IconFactory.xml |  2 +-
 doc/en/Gtk/Item.xml        |  4 ++--
 doc/en/Gtk/ItemFactory.xml | 16 ++++++++--------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/en/Gtk/IconFactory.xml b/doc/en/Gtk/IconFactory.xml
index d3ecc1ec9..1512d890f 100644
--- a/doc/en/Gtk/IconFactory.xml
+++ b/doc/en/Gtk/IconFactory.xml
@@ -10,7 +10,7 @@
   </AssemblyInfo>
   <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
   <Docs>
-    <summary>An icon factory manages a collection of Gtk.IconSet.</summary>
+    <summary>An icon factory manages a collection of <see cref="T:Gtk.IconSet" /></summary>
     <remarks />
   </Docs>
   <Base>
diff --git a/doc/en/Gtk/Item.xml b/doc/en/Gtk/Item.xml
index 5833ea63d..37efc64f1 100644
--- a/doc/en/Gtk/Item.xml
+++ b/doc/en/Gtk/Item.xml
@@ -201,9 +201,9 @@
       <ReturnValue />
       <Parameters />
       <Docs>
-        <summary>To be added</summary>
+        <summary>Constructor</summary>
         <returns>a <see cref="T:Gtk.Item" /></returns>
-        <remarks>To be added</remarks>
+        <remarks />
       </Docs>
     </Member>
   </Members>
diff --git a/doc/en/Gtk/ItemFactory.xml b/doc/en/Gtk/ItemFactory.xml
index 5c9db2970..80daae0a6 100644
--- a/doc/en/Gtk/ItemFactory.xml
+++ b/doc/en/Gtk/ItemFactory.xml
@@ -426,11 +426,11 @@
         <Parameter Name="accel_group" Type="Gtk.AccelGroup" />
       </Parameters>
       <Docs>
-        <summary>To be added</summary>
-        <param name="container_type">a <see cref="T:GLib.GType" /></param>
-        <param name="path">a <see cref="T:System.String" /></param>
-        <param name="accel_group">a <see cref="T:Gtk.AccelGroup" /></param>
-        <remarks>To be added</remarks>
+        <summary>Initializes a <see cref="T:Gtk.ItemFactory" /></summary>
+        <param name="container_type">The kind of menu to create; can be <see cref="T:Gtk.MenuBar" />, <see cref="T:Gtk.Menu" />, or <see cref="T:Gtk.OptionMenu" /></param>
+        <param name="path">the factory path of the new item factory, a string of the form "&lt;name&gt;"</param>
+        <param name="accel_group">a <see cref="T:Gtk.AccelGroup" /> to which the accelerators for the menu items will be added, or null to create a new one</param>
+        <remarks />
       </Docs>
     </Member>
     <Member MemberName=".ctor">
@@ -458,9 +458,9 @@
       </Parameters>
       <Docs>
         <summary>To be added</summary>
-        <param name="container_type">a <see cref="T:GLib.GType" /></param>
-        <param name="path">a <see cref="T:System.String" /></param>
-        <param name="accel_group">a <see cref="T:Gtk.AccelGroup" /></param>
+        <param name="container_type">The kind of menu to create; can be <see cref="T:Gtk.MenuBar" />, <see cref="T:Gtk.Menu" />, or <see cref="T:Gtk.OptionMenu" /></param>
+        <param name="path">the factory path of the new item factory, a string of the form "&lt;name&gt;"</param>
+        <param name="accel_group">a <see cref="T:Gtk.AccelGroup" /> to which the accelerators for the menu items will be added, or null to create a new one</param>
         <returns>a <see cref="T:Gtk.ItemFactory" /></returns>
         <remarks>To be added</remarks>
       </Docs>