]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/archive.h
More dc* interface headers reviewed.
[wxWidgets.git] / interface / archive.h
index 522f114edfb833613655e99f9364bd8917e12613..cb2069dc6057b9d10042def7503499b759776014 100644 (file)
@@ -165,9 +165,10 @@ public:
     These hold the meta-data (filename, timestamp, etc.), for entries
     in archive files such as zips and tars.
 
-    <b>About non-seekable streams</b>: 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