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

@@ -115,7 +115,7 @@ public:
/**
Takes ownership of @a entry and uses it to create a new entry in the
archive. @a entry is then opened in the input stream @e stream
archive. @a entry is then opened in the input stream @a stream
and its contents copied to this stream.
For archive types which compress entry data, CopyEntry() is likely to be
@@ -124,7 +124,7 @@ public:
@a entry must be from the same archive file that @a stream is
accessing. For non-seekable streams, @a entry must also be the last
thing read from @e stream.
thing read from @a stream.
*/
virtual bool CopyEntry(wxArchiveEntry* entry,
wxArchiveInputStream& stream);
@@ -616,7 +616,7 @@ public:
/**
Construct the iterator that returns all the entries in the archive input
stream @e arc.
stream @a arc.
*/
wxArchiveIterator(Arc& arc);