From: Francesco Montorsi Date: Thu, 10 Apr 2008 21:17:15 +0000 (+0000) Subject: use a @section instead of tags X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c427b5e3d433c1f2def709cbed6f6400d1dc2df1?ds=inline use a @section instead of tags git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/archive.h b/interface/archive.h index 522f114edf..cb2069dc60 100644 --- a/interface/archive.h +++ b/interface/archive.h @@ -165,9 +165,10 @@ public: These hold the meta-data (filename, timestamp, etc.), for entries in archive files such as zips and tars. - About non-seekable streams: this information applies only when reading - archives from non-seekable streams. When the stream is seekable GetNextEntry() - returns a fully populated wxArchiveEntry. + @section wxarchiveentry_nonseekable About non-seekable streams + + This information applies only when reading archives from non-seekable streams. + When the stream is seekable GetNextEntry() returns a fully populated wxArchiveEntry. See @ref overview_archive_noseek for more information. For generic programming, when the worst case must be assumed, you can rely on