]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/list.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / list.h
index 218b4e5f0c3ac4514442cbadb3206615e76fa926..6988f7feb82b3dd43fc8376fe2358ec87b6a664d 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        list.h
-// Purpose:     documentation for wxList<T> class
+// Purpose:     interface of wxList<T>
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -37,8 +37,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxArrayT, wxVectorT
+    @see wxArrayT(), wxVectorT()
 */
 class wxList<T>
 {
@@ -305,6 +304,7 @@ public:
 };
 
 
+
 /**
     @class wxNode
     @wxheader{list.h}
@@ -327,8 +327,7 @@ public:
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxList, wxHashTable
+    @see wxList, wxHashTable
 */
 class wxNode
 {
@@ -360,3 +359,4 @@ public:
     */
     void SetData(T* data);
 };
+