]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datstrm.h
do not use @b when referencing to functions; use final () to enable doxygen autolink
[wxWidgets.git] / interface / wx / datstrm.h
index 6972b882b7d623ce784fa8b26fef89f1aa0d6f89..8ff65a4495887a9ed35a14261dd016ad0e521074 100644 (file)
@@ -31,16 +31,7 @@ public:
         Constructs a datastream object from an output stream.
         Only write methods will be available.
 
-        @param stream
-            The output stream.
-    */
-    wxDataOutputStream(wxOutputStream& stream,
-                       const wxMBConv& conv = wxConvAuto());
-
-    /**
-        Constructs a datastream object from an output stream. Only write
-        methods will be available. This constructor is only available in
-        Unicode builds of wxWidgets.
+        Note that the @a conv parameter is only available in Unicode builds of wxWidgets.
 
         @param stream
             The output stream.
@@ -177,16 +168,7 @@ public:
         Constructs a datastream object from an input stream.
         Only read methods will be available.
 
-        @param stream
-            The input stream.
-    */
-    wxDataInputStream(wxInputStream& stream,
-                      const wxMBConv& conv = wxConvAuto());
-
-    /**
-        Constructs a datastream object from an input stream. Only read methods
-        will be available. This constructor is only available in Unicode builds
-        of wxWidgets.
+        Note that the @a conv parameter is only available in Unicode builds of wxWidgets.
 
         @param stream
             The input stream.