use a @section instead of <b> tags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,9 +165,10 @@ public:
|
|||||||
These hold the meta-data (filename, timestamp, etc.), for entries
|
These hold the meta-data (filename, timestamp, etc.), for entries
|
||||||
in archive files such as zips and tars.
|
in archive files such as zips and tars.
|
||||||
|
|
||||||
<b>About non-seekable streams</b>: this information applies only when reading
|
@section wxarchiveentry_nonseekable About non-seekable streams
|
||||||
archives from non-seekable streams. When the stream is seekable GetNextEntry()
|
|
||||||
returns a fully populated wxArchiveEntry.
|
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.
|
See @ref overview_archive_noseek for more information.
|
||||||
|
|
||||||
For generic programming, when the worst case must be assumed, you can rely on
|
For generic programming, when the worst case must be assumed, you can rely on
|
||||||
|
Reference in New Issue
Block a user