]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/txtstrm.h
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe...
[wxWidgets.git] / interface / txtstrm.h
index 998dd280a98e58d2044ce5dc8e95186bbc317b29..7a126a3a1e2d277630e337416763a9855a83a692 100644 (file)
@@ -58,7 +58,7 @@ public:
     /**
         )
         Constructs a text stream associated to the given input stream.
-        
+
         @param stream
             The underlying input stream.
         @param sep
@@ -140,7 +140,7 @@ public:
     wxString ReadLine();
 
     /**
-        @b NB: This method is deprecated, use ReadLine()
+        @note This method is deprecated, use ReadLine()
         or ReadWord() instead.
         Same as ReadLine().
     */
@@ -149,7 +149,7 @@ public:
     /**
         Reads a word (a sequence of characters until the next separator) from the
         input stream.
-        
+
         @see SetStringSeparators()
     */
     wxString ReadWord();
@@ -194,7 +194,7 @@ public:
     /**
         )
         Constructs a text stream object associated to the given output stream.
-        
+
         @param stream
             The output stream.
         @param mode