]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/weakref.h
allow windows which are placed inside wxStaticBoxes to be built as children of the...
[wxWidgets.git] / interface / wx / weakref.h
index c06a27e11189e2dc29d9ddb73aefea3a06d46828..05a5503fd8893469f37bc055251db6f3fefd7f85 100644 (file)
@@ -8,8 +8,6 @@
 
 
 /**
 
 
 /**
-    @class wxWeakRefDynamic<T>
-
     wxWeakRefDynamic<T> is a template class for weak references that is used in
     the same way as wxWeakRef<T>. The only difference is that wxWeakRefDynamic
     defaults to using @c dynamic_cast for establishing the object reference
     wxWeakRefDynamic<T> is a template class for weak references that is used in
     the same way as wxWeakRef<T>. The only difference is that wxWeakRefDynamic
     defaults to using @c dynamic_cast for establishing the object reference
 
     For API documentation, see: wxWeakRef<T>.
 
 
     For API documentation, see: wxWeakRef<T>.
 
+    @tparam T
+        The type to which the smart pointer points to.
+
     @nolibrary
     @nolibrary
-    @category{misc}
+    @category{smartpointers}
 */
 template<typename T>
 class wxWeakRefDynamic<T>
 */
 template<typename T>
 class wxWeakRefDynamic<T>
@@ -41,8 +42,6 @@ public:
 
 
 /**
 
 
 /**
-    @class wxWeakRef<T>
-
     wxWeakRef<T> is a template class for weak references to wxWidgets objects,
     such as wxEvtHandler, wxWindow and wxObject.
     A weak reference behaves much like an ordinary pointer, but when the object
     wxWeakRef<T> is a template class for weak references to wxWidgets objects,
     such as wxEvtHandler, wxWindow and wxObject.
     A weak reference behaves much like an ordinary pointer, but when the object
@@ -91,8 +90,11 @@ public:
     typedef wxWeakRef<wxWindow>      wxWindowRef;
     @endcode
 
     typedef wxWeakRef<wxWindow>      wxWindowRef;
     @endcode
 
+    @tparam T
+        The type to which the smart pointer points to.
+
     @nolibrary
     @nolibrary
-    @category{misc}
+    @category{smartpointers}
 
     @see wxSharedPtr<T>, wxScopedPtr<T>
 */
 
     @see wxSharedPtr<T>, wxScopedPtr<T>
 */