]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/mstream.h
Minor clarification
[wxWidgets.git] / interface / mstream.h
index c4a6d363c3b1ed337b726a609f31807655b7ccca..37319f10b2b7a5229e462b4933da29d7bc6dc413 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        mstream.h
-// Purpose:     documentation for wxMemoryOutputStream class
+// Purpose:     interface of wxMemoryOutputStream
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -14,8 +14,7 @@
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    wxStreamBuffer
+    @see wxStreamBuffer
 */
 class wxMemoryOutputStream : public wxOutputStream
 {
@@ -46,6 +45,7 @@ public:
 };
 
 
+
 /**
     @class wxMemoryInputStream
     @wxheader{mstream.h}
@@ -54,8 +54,7 @@ public:
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    wxStreamBuffer, wxMemoryOutputStream
+    @see wxStreamBuffer, wxMemoryOutputStream
 */
 class wxMemoryInputStream : public wxInputStream
 {
@@ -85,3 +84,4 @@ public:
     */
     wxStreamBuffer* GetInputStreamBuffer() const;
 };
+