X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/access.h diff --git a/interface/access.h b/interface/access.h index 3b3b3ecad6..4579aabc25 100644 --- a/interface/access.h +++ b/interface/access.h @@ -274,9 +274,8 @@ public: @a childId is 0 (the action for this object) or greater than 0 (the action for a child). - @returns - wxACC_NOT_SUPPORTED if there is no default action for this window - (e.g. an edit control). + @return wxACC_NOT_SUPPORTED if there is no default action for this + window (e.g. an edit control). */ virtual wxAccStatus DoDefaultAction(int childId); @@ -288,7 +287,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); @@ -391,7 +390,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,