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
This commit is contained in:
Bryan Petty 2008-12-16 07:15:44 +00:00
parent a1e62aaaa6
commit d9a092733d

View File

@ -31,7 +31,7 @@
@todo docme
@nolibrary
@category{misc}
@category{smartpointers}
*/
template<typename T>
class wxWeakRefDynamic<T>
@ -95,7 +95,7 @@ public:
@todo docme
@nolibrary
@category{misc}
@category{smartpointers}
@see wxSharedPtr<T>, wxScopedPtr<T>
*/