X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13dc522f42055f1b3e770734078a17b804c4156..4a2d030adfa836f6ada1830c9057170d053bcc64:/docs/doxygen/overviews/archive.h diff --git a/docs/doxygen/overviews/archive.h b/docs/doxygen/overviews/archive.h index 5cc4f7a142..33c03207cd 100644 --- a/docs/doxygen/overviews/archive.h +++ b/docs/doxygen/overviews/archive.h @@ -2,7 +2,6 @@ // Name: archive.h // Purpose: topic overview // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -10,6 +9,8 @@ @page overview_archive Archive Formats +@tableofcontents + The archive classes handle archive formats such as zip, tar, rar and cab. Currently wxZip, wxTar and wxZlib classes are included. @@ -30,17 +31,6 @@ The classes are designed to handle archives on both seekable streams such as disk files, or non-seekable streams such as pipes and sockets (see @ref overview_archive_noseek). -See also wxFileSystem. - -@li @ref overview_archive_create -@li @ref overview_archive_extract -@li @ref overview_archive_modify -@li @ref overview_archive_byname -@li @ref overview_archive_generic -@li @ref overview_archive_noseek - - -