X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a555dcf20af4068c6d964c19fd7b0e851114d68..9e96e16fe0bc7af32d329c965ad110a3e5be5ad8:/interface/wx/weakref.h diff --git a/interface/wx/weakref.h b/interface/wx/weakref.h index a94b65f656..05a5503fd8 100644 --- a/interface/wx/weakref.h +++ b/interface/wx/weakref.h @@ -8,7 +8,6 @@ /** - 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 @@ -28,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 @@ -92,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 */