[gtk+] Move documentation from templates to inline comments: GtkAccesible



commit fbae115b03cec75a51f68e41615ac183d579d031
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Oct 15 00:25:40 2009 +0200

    Move documentation from templates to inline comments: GtkAccesible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597865

 docs/reference/gtk/tmpl/gtkaccessible.sgml |   33 ----------------------------
 gtk/gtkaccessible.c                        |    7 ++++++
 2 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c
index 1a781e7..e3d6ea3 100644
--- a/gtk/gtkaccessible.c
+++ b/gtk/gtkaccessible.c
@@ -25,6 +25,13 @@
 #include "gtkaccessible.h"
 #include "gtkalias.h"
 
+/**
+ * SECTION:gtkaccessible
+ * @Short_description: Accessibility support for widgets
+ * @Title: GtkAccessible
+ */
+
+
 static void gtk_accessible_real_connect_widget_destroyed (GtkAccessible *accessible);
 
 G_DEFINE_TYPE (GtkAccessible, gtk_accessible, ATK_TYPE_OBJECT)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]