]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for doxygen warnings
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 15:36:50 +0000 (15:36 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 22 Nov 2008 15:36:50 +0000 (15:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/archive.h
interface/wx/aui/auibook.h
interface/wx/htmllbox.h

index 88ca8cbf9617df544e96414db311d1fe93fa740b..c95f875776c708058d70760bbce089b090bd4bcc 100644 (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:
 
index a5f790cef9a8b5213eabfd0df872d2b8923f532d..ab151ff49b802c4ed32878faefef6adb21acad40 100644 (file)
 
 
     @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}
 */
index 9f728ac07eb1adfe13170e9b39e309cb76bfaeec..198377a9577bb3a7b078c089f612c75448acd424 100644 (file)
@@ -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);