]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mstream.h
Fix html documentation warnings.
[wxWidgets.git] / interface / wx / mstream.h
index 86dbd3775880d7516c465dea72e759d0dc0d0744..be70e4faf941aa8da46fc8a49ee89a9b483c6bb7 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        mstream.h
 // Purpose:     interface of wxMemoryOutputStream, wxMemoryInputStream
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -117,7 +116,7 @@ public:
         data from the given input stream @a stream.
 
         The @a len argument specifies the amount of data to read from the
-        @a stream. Setting it to @e wxInvalidOffset means that the @a stream
+        @a stream. Setting it to ::wxInvalidOffset means that the @a stream
         is to be read entirely (i.e. till the EOF is reached).
     */
     wxMemoryInputStream(wxInputStream& stream,