]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/weakref.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / weakref.h
index d5ab88092450aa0f7d5ebd9466f70c5c025c974d..c72bd896e46b762f1a6c5c5312614ecb42be8343 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        weakref.h
-// Purpose:     documentation for wxWeakRefDynamic<T> class
+// Purpose:     interface of wxWeakRefDynamic<T>
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -38,6 +38,7 @@ public:
 };
 
 
+
 /**
     @class wxWeakRefT
     @wxheader{weakref.h}
@@ -58,8 +59,7 @@ public:
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxSharedPtr, wxScopedPtr
+    @see wxSharedPtr, wxScopedPtr
 */
 class wxWeakRef<T>
 {
@@ -121,3 +121,4 @@ public:
     */
     T* operator=(T* pobj);
 };
+