Revert "Merge remote-tracking branch 'origin/sandbox/mniesluchow/upstream_2_16' into...
[platform/upstream/atk.git] / atk / atkregistry.h
index e6cf7d6..eb16403 100644 (file)
 #include <glib-object.h>
 #include "atkobjectfactory.h"
 
-/**
- * SECTION:atkobjectregistry
- * @Short_description: An object used to store the GType of the
- * factories used to create an accessible object for an object of a
- * particular GType.
- * @Title:AtkObjectRegistry
- *
- * The AtkRegistry is normally used to create appropriate ATK "peers"
- * for user interface components.  Application developers usually need
- * only interact with the AtkRegistry by associating appropriate ATK
- * implementation classes with GObject classes via the
- * atk_registry_set_factory_type call, passing the appropriate GType
- * for application custom widget classes.
- */
-
 G_BEGIN_DECLS
 
 #define ATK_TYPE_REGISTRY                (atk_registry_get_type ())