From: Bryan Petty Date: Tue, 16 Dec 2008 07:15:44 +0000 (+0000) Subject: Moved wxWeakRef template docs from the misc category to the smart pointers category. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9a092733d3a7a904b4122632a8cfe88388254f3 Moved wxWeakRef template docs from the misc category to the smart pointers category. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/weakref.h b/interface/wx/weakref.h index a94b65f656..d208d48804 100644 --- a/interface/wx/weakref.h +++ b/interface/wx/weakref.h @@ -31,7 +31,7 @@ @todo docme @nolibrary - @category{misc} + @category{smartpointers} */ template class wxWeakRefDynamic @@ -95,7 +95,7 @@ public: @todo docme @nolibrary - @category{misc} + @category{smartpointers} @see wxSharedPtr, wxScopedPtr */