]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/access.h
add @onlyfor tags to remove further ifacecheck warnings
[wxWidgets.git] / interface / access.h
index 479a3b9247b253f0c140ad9bbdad9b7a70c6cc04..ec95d396cad52ce6dc17d6985aeb5cce434176b0 100644 (file)
@@ -288,7 +288,7 @@ public:
     virtual wxAccStatus GetChild(int childId, wxAccessible** child);
 
     /**
-        Returns the number of children in @e childCount.
+        Returns the number of children in @a childCount.
     */
     virtual wxAccStatus GetChildCount(int* childCount);
 
@@ -382,7 +382,7 @@ public:
 
     /**
         Returns a status value and object id to indicate whether the given point
-        was on this or a child object. Can return either a child object, or an 
+        was on this or a child object. Can return either a child object, or an
         integer representing the child element, starting from 1.
 
         @a pt is in screen coordinates.
@@ -391,7 +391,7 @@ public:
                                 wxAccessible** childObject);
 
     /**
-        Navigates from @a fromId to @e toId or to @e toObject.
+        Navigates from @a fromId to @a toId or to @a toObject.
     */
     virtual wxAccStatus Navigate(wxNavDir navDir, int fromId,
                                  int* toId,