X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/dynarray.h?ds=sidebyside diff --git a/interface/wx/dynarray.h b/interface/wx/dynarray.h index d5d16b352c..54e1f22f73 100644 --- a/interface/wx/dynarray.h +++ b/interface/wx/dynarray.h @@ -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 @a 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.