From 1bc693a9ca31e2fb5da145c741a3a3eb0796e6f5 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 22 Nov 2008 15:36:50 +0000 Subject: [PATCH] fix for doxygen warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/archive.h | 6 +++--- interface/wx/aui/auibook.h | 34 ++++++++++++++++++---------------- interface/wx/htmllbox.h | 2 +- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/interface/wx/archive.h b/interface/wx/archive.h index 88ca8cbf96..c95f875776 100644 --- a/interface/wx/archive.h +++ b/interface/wx/archive.h @@ -513,7 +513,7 @@ public: supports member templates. @code - template class Arc, class T = typename Arc::entry_type* + template 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). The @c wx/archive.h header defines the following typedefs: diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index a5f790cef9..ab151ff49b 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -56,24 +56,26 @@ @beginEventTable{wxAuiNotebookEvent} - @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_BUTTON(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_END_DRAG(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)} - @todo Provide description. - @event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)} - @todo Provide description. + @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_BUTTON(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_END_DRAG(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)} + Provide description. + @event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)} + Provide description. @endEventTable + @todo provide description for the events above. + @library{wxaui} @category{aui} */ diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 9f728ac07e..198377a957 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -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); -- 2.50.0