]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/msw/ole/activex.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / msw / ole / activex.h
index c5a6ec65dc846b311bbbe81c88196230d729064c..d3a0c9fdef2f8e6b3e37776501b6815109cfa389 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        msw/ole/activex.h
-// Purpose:     documentation for wxActiveXEvent class
+// Purpose:     interface of wxActiveXEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -52,6 +52,7 @@ public:
 };
 
 
+
 /**
     @class wxActiveXContainer
     @headerfile ole/activex.h wx/msw/ole/activex.h
@@ -73,8 +74,7 @@ public:
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxActiveXEvent
+    @see wxActiveXEvent
 */
 class wxActiveXContainer : public wxControl
 {
@@ -91,3 +91,4 @@ public:
     */
     wxActiveXContainer(wxWindow* parent, REFIID iid, IUnknown* pUnk);
 };
+