use @a instead of @e where it makes sense

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-24 12:45:43 +00:00
parent 6b4a130cb9
commit 71f8a117db
4 changed files with 15 additions and 15 deletions

View 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);
@@ -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,