A few documentation fixes
authorMike Gorse <mgorse@suse.com>
Mon, 17 Dec 2012 21:18:23 +0000 (16:18 -0500)
committerMike Gorse <mgorse@linux-f6or.(none)>
Mon, 17 Dec 2012 22:10:04 +0000 (17:10 -0500)
atspi/atspi-action.c
atspi/atspi-constants.h
doc/libatspi/tmpl/atspi-event-listener.sgml

index bf1d0239af37b77b361e7fdd0583771f3ece98f6..7e498e998750f364a290f400c5805486e75816a9 100644 (file)
@@ -89,7 +89,7 @@ atspi_action_get_description (AtspiAction *obj, int i, GError **error)
  *        keybinding string is the "keyboard shortcut" which invokes the 
  *        action without posting any menus. 
  *        Meta-keys are indicated by the conventional strings
- *        "<Control>", "<Alt>", "<Shift>", "<Mod2>",
+ *        "&lt;Control&gt;", "&lt;Alt&gt;", "&lt;Shift&gt;", "&lt;Mod2&gt;",
  *        etc. (we use the same string as gtk_accelerator_name() in 
  *        gtk+-2.X.
  *
index 683f5180584ff55aac6df22df0e43ec1aebe3b9a..cb85a92da4f2bdd94bcfc34715d39c324643eff1 100644 (file)
@@ -190,7 +190,7 @@ typedef enum {
  * enumeration.
  *
  * Enumeration used by #AtspiMatchRule to specify
- * how to interpret #AtspiAccesible objects.
+ * how to interpret #AtspiAccessible objects.
  *
  **/
 typedef enum {
index a380c09d0247a2988978233835cd107a795963fe..5cf1a87d320b28890faa041f3e3bd27e3bd42d28 100644 (file)
@@ -68,9 +68,10 @@ interface and content.
 
 </para>
 
-@callback:
-@callback_destroyed:
-@Returns:
+@callback: 
+@user_data: 
+@callback_destroyed: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atspi_event_listener_new_simple ##### -->