]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tarstrm.h
documented that Freeze and Thaw are now recursive
[wxWidgets.git] / interface / tarstrm.h
index 29193c59433363dfc2911c41caab49738e19969c..5edbc5add887cdb88e7f0fc1385d59bc54c35538 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        tarstrm.h
-// Purpose:     documentation for wxTarInputStream class
+// Purpose:     interface of wxTarInputStream
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -26,8 +26,7 @@
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    @ref overview_wxarcbyname "Looking up an archive entry by name"
+    @see @ref overview_wxarcbyname "Looking up an archive entry by name"
 */
 class wxTarInputStream : public wxArchiveInputStream
 {
@@ -70,6 +69,7 @@ public:
 };
 
 
+
 /**
     @class wxTarClassFactory
     @wxheader{tarstrm.h}
@@ -80,9 +80,8 @@ public:
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", @ref overview_wxarcgeneric
-    "Generic archive programming", wxTarEntry, wxTarInputStream, wxTarOutputStream
+    @see @ref overview_wxarc "Archive formats such as zip", @ref
+    overview_wxarcgeneric "Generic archive programming", wxTarEntry, wxTarInputStream, wxTarOutputStream
 */
 class wxTarClassFactory : public wxArchiveClassFactory
 {
@@ -91,6 +90,7 @@ public:
 };
 
 
+
 /**
     @class wxTarOutputStream
     @wxheader{tarstrm.h}
@@ -105,8 +105,8 @@ public:
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", wxTarEntry, wxTarInputStream
+    @see @ref overview_wxarc "Archive formats such as zip", wxTarEntry,
+    wxTarInputStream
 */
 class wxTarOutputStream : public wxArchiveOutputStream
 {
@@ -209,6 +209,7 @@ public:
 };
 
 
+
 /**
     @class wxTarEntry
     @wxheader{tarstrm.h}
@@ -218,8 +219,7 @@ public:
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    @ref overview_wxarc "Archive formats such as zip", wxTarInputStream,
+    @see @ref overview_wxarc "Archive formats such as zip", wxTarInputStream,
     wxTarOutputStream
 */
 class wxTarEntry : public wxArchiveEntry
@@ -325,7 +325,7 @@ public:
     //@{
     /**
         Returns the type of the entry. It should be one of the following:
-        
+
         When creating archives use just these values. When reading archives
         any other values should be treated as @e wxTAR_REGTYPE.
     */
@@ -351,3 +351,4 @@ public:
     */
     wxTarEntry& operator operator=(const wxTarEntry& entry);
 };
+