fix for doxygen warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-22 15:36:50 +00:00
parent 4e878f44ab
commit 1bc693a9ca
3 changed files with 22 additions and 20 deletions

View File

@@ -513,7 +513,7 @@ public:
supports member templates.
@code
template class Arc, class T = typename Arc::entry_type*
template<class Arc, class T = typename Arc::entry_type*>
class wxArchiveIterator
{
// this constructor creates an 'end of sequence' object
@@ -528,8 +528,8 @@ public:
The first template parameter should be the type of archive input stream
(e.g. wxArchiveInputStream) and the second can either be a pointer to an entry
(e.g. wxArchiveEntry*), or a string/pointer pair (e.g. std::pairwxString,
wxArchiveEntry*).
(e.g. wxArchiveEntry*), or a string/pointer pair
(e.g. std::pair<wxString,wxArchiveEntry*>).
The @c wx/archive.h header defines the following typedefs: