X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c107bd20ddfab8886c7e302aed5d4dac6dd2f7e..39cdc95fb3819c4b4ed4c41d51dfd770ce5363eb:/interface/wx/weakref.h diff --git a/interface/wx/weakref.h b/interface/wx/weakref.h index 37130abb9a..05a5503fd8 100644 --- a/interface/wx/weakref.h +++ b/interface/wx/weakref.h @@ -8,8 +8,6 @@ /** - @class wxWeakRefDynamic - wxWeakRefDynamic is a template class for weak references that is used in the same way as wxWeakRef. The only difference is that wxWeakRefDynamic defaults to using @c dynamic_cast for establishing the object reference @@ -29,10 +27,10 @@ For API documentation, see: wxWeakRef. @tparam T - @todo docme + The type to which the smart pointer points to. @nolibrary - @category{misc} + @category{smartpointers} */ template class wxWeakRefDynamic @@ -44,8 +42,6 @@ public: /** - @class wxWeakRef - wxWeakRef is a template class for weak references to wxWidgets objects, such as wxEvtHandler, wxWindow and wxObject. A weak reference behaves much like an ordinary pointer, but when the object @@ -95,10 +91,10 @@ public: @endcode @tparam T - @todo docme + The type to which the smart pointer points to. @nolibrary - @category{misc} + @category{smartpointers} @see wxSharedPtr, wxScopedPtr */