]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynarray.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / dynarray.h
index d5d16b352c9c55cd79c5e1890c70a06bde559df4..54e1f22f737c7b83870ea75db8c9e281356acbd3 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @wxheader{dynarray.h}
 
     This section describes the so called @e "dynamic arrays". This is a C
     array-like type safe data structure i.e. the member access time is constant
@@ -398,7 +397,7 @@ public:
         @c T.
 
         This version is used with wxObjArray. The array will take ownership of
-        the @item, deleting it when the item is deleted from the array. Note
+        the @item, deleting it when the item is deleted from the array. Note
         that you cannot append more than one pointer as reusing it would lead
         to deleting it twice (or more) resulting in a crash.