X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..98eb2e84e883b50168b678693704613fe29d89d9:/docs/doxygen/overviews/filesystem.h diff --git a/docs/doxygen/overviews/filesystem.h b/docs/doxygen/overviews/filesystem.h index 2dc02cb717..fea388a134 100644 --- a/docs/doxygen/overviews/filesystem.h +++ b/docs/doxygen/overviews/filesystem.h @@ -10,21 +10,15 @@ @page overview_fs wxFileSystem Overview -The wxHTML library uses a @b virtual file systems mechanism -similar to the one used in Midnight Commander, Dos Navigator, -FAR or almost any modern file manager. It allows the user to access -data stored in archives as if they were ordinary files. On-the-fly -generated files that exist only in memory are also supported. +@tableofcontents -@li @ref overview_fs_classes -@li @ref overview_fs_locations -@li @ref overview_fs_combined -@li @ref overview_fs_wxhtmlfs -@li @ref overview_fs_init +The wxHTML library uses a @b virtual file system mechanism similar to the one +used in Midnight Commander, Dos Navigator, FAR or almost any modern file +manager. It allows the user to access data stored in archives as if they were +ordinary files. On-the-fly generated files that exist only in memory are also +supported. -
- @section overview_fs_classes Classes @@ -113,4 +107,3 @@ bool MyApp::OnInit() @endcode */ -