X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9a092733d3a7a904b4122632a8cfe88388254f3..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/weakref.h diff --git a/interface/wx/weakref.h b/interface/wx/weakref.h index d208d48804..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,7 +27,7 @@ For API documentation, see: wxWeakRef. @tparam T - @todo docme + The type to which the smart pointer points to. @nolibrary @category{smartpointers} @@ -92,7 +91,7 @@ public: @endcode @tparam T - @todo docme + The type to which the smart pointer points to. @nolibrary @category{smartpointers}