]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/list.h
added a dialog for wxMessageBox testing
[wxWidgets.git] / interface / wx / list.h
index e49ae62ed4fd3ea6a66672491355cf70c2e52dd2..ed990569a691812219696ced2aa881a53ddcddee 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @wxheader{list.h}
 
     The wxList<T> class provides linked list functionality. It has been rewritten
     to be type safe and to provide the full API of the STL std::list container and
@@ -94,7 +93,7 @@ public:
     wxList<T>();
     
     /**
-        Constructor which initialized the list with an array of @count elements.
+        Constructor which initialized the list with an array of @count elements.
     */
     wxList<T>(size_t count, T* elements[]);
 
@@ -384,7 +383,6 @@ public:
 
 /**
     @class wxNode
-    @wxheader{list.h}
 
     wxNodeBase is the node structure used in linked lists (see
     wxList) and derived classes. You should never use wxNodeBase