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

View File

@@ -56,24 +56,26 @@
@beginEventTable{wxAuiNotebookEvent} @beginEventTable{wxAuiNotebookEvent}
@event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)} @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)} @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)} @event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_BUTTON(id, func)} @event{EVT_AUINOTEBOOK_BUTTON(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)} @event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_END_DRAG(id, func)} @event{EVT_AUINOTEBOOK_END_DRAG(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)} @event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)}
@todo Provide description. Provide description.
@event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)} @event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)}
@todo Provide description. Provide description.
@endEventTable @endEventTable
@todo provide description for the events above.
@library{wxaui} @library{wxaui}
@category{aui} @category{aui}
*/ */

View File

@@ -90,7 +90,7 @@ protected:
@param link @param link
Description of the link. Description of the link.
@see See also wxHtmlLinkInfo. @see wxHtmlLinkInfo.
*/ */
virtual void OnLinkClicked(size_t n, const wxHtmlLinkInfo& link); virtual void OnLinkClicked(size_t n, const wxHtmlLinkInfo& link);