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:
@@ -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:
|
||||
|
||||
|
@@ -57,23 +57,25 @@
|
||||
|
||||
@beginEventTable{wxAuiNotebookEvent}
|
||||
@event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_BUTTON(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_END_DRAG(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)}
|
||||
@todo Provide description.
|
||||
Provide description.
|
||||
@endEventTable
|
||||
|
||||
@todo provide description for the events above.
|
||||
|
||||
@library{wxaui}
|
||||
@category{aui}
|
||||
*/
|
||||
|
@@ -90,7 +90,7 @@ protected:
|
||||
@param link
|
||||
Description of the link.
|
||||
|
||||
@see See also wxHtmlLinkInfo.
|
||||
@see wxHtmlLinkInfo.
|
||||
*/
|
||||
virtual void OnLinkClicked(size_t n, const wxHtmlLinkInfo& link);
|
||||
|
||||
|
Reference in New Issue
Block a user