]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/arrstr.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / arrstr.h
index 34652fe1448082316bacb58c84108dd88bf343d7..8c68b94aa7dd60ccaaa826817cce88c868f90ec9 100644 (file)
@@ -15,7 +15,6 @@
 
 /**
     @class wxArrayString
-    @wxheader{arrstr.h}
 
     wxArrayString is an efficient container for storing wxString objects.
 
@@ -263,7 +262,6 @@ public:
 
 /**
     @class wxSortedArrayString
-    @wxheader{arrstr.h}
 
     wxSortedArrayString is an efficient container for storing wxString objects
     which always keeps the string in alphabetical order.