From: Vadim Zeitlin Date: Sat, 26 Feb 2011 17:46:57 +0000 (+0000) Subject: Mention wxZlib classes in archives overview. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d13dc522f42055f1b3e770734078a17b804c4156 Mention wxZlib classes in archives overview. Closes #12974. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/overviews/archive.h b/docs/doxygen/overviews/archive.h index 79275b90d1..5cc4f7a142 100644 --- a/docs/doxygen/overviews/archive.h +++ b/docs/doxygen/overviews/archive.h @@ -11,7 +11,7 @@ @page overview_archive Archive Formats The archive classes handle archive formats such as zip, tar, rar and cab. -Currently wxZip and wxTar classes are included. +Currently wxZip, wxTar and wxZlib classes are included. For each archive type, there are the following classes (using zip here as an example):