]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved wxWeakRef template docs from the misc category to the smart pointers category.
authorBryan Petty <bryan@ibaku.net>
Tue, 16 Dec 2008 07:15:44 +0000 (07:15 +0000)
committerBryan Petty <bryan@ibaku.net>
Tue, 16 Dec 2008 07:15:44 +0000 (07:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/weakref.h

index a94b65f6561dc5cd6c21d0583fbb5b9a4eaadf9a..d208d48804e54797023b1de727ffe6bd6b62a30d 100644 (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>
 */