]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/datstrm.h
Minor clarification
[wxWidgets.git] / interface / datstrm.h
index 3f6a8ead3736effab967f3f068df15fd90367ccb..ccf85e7cfbb206f300a6915184fe9d44100ed98b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        datstrm.h
-// Purpose:     documentation for wxDataOutputStream class
+// Purpose:     interface of wxDataOutputStream
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -34,7 +34,7 @@ public:
         )
         Constructs a datastream object from an output stream. Only write methods will
         be available. The second form is only available in Unicode build of wxWidgets.
-        
+
         @param stream
             The output stream.
         @param conv
@@ -121,6 +121,7 @@ public:
 };
 
 
+
 /**
     @class wxDataInputStream
     @wxheader{datstrm.h}
@@ -168,7 +169,7 @@ public:
         )
         Constructs a datastream object from an input stream. Only read methods will
         be available. The second form is only available in Unicode build of wxWidgets.
-        
+
         @param stream
             The input stream.
         @param conv
@@ -254,3 +255,4 @@ public:
     */
     wxString ReadString();
 };
+