Added better gtk-doc comments.
[platform/upstream/atk.git] / atk / atknoopobject.c
index b786ba2..cc87360 100644 (file)
@@ -131,6 +131,15 @@ atk_no_op_object_class_init (AtkNoOpObjectClass *klass)
   parent_class = g_type_class_ref (ATK_TYPE_OBJECT);
 }
 
+/**
+ *atk_no_op_object_new:
+ *@obj: a #GObject
+ *
+ *Provides a default (non-functioning stub) #AtkObject.
+ *Application maintainers should not use this method. 
+ *
+ *Returns: a default (non-functioning stub) #AtkObject
+ **/
 AtkObject*
 atk_no_op_object_new (GObject *obj)
 {