X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..bd21f7eaf01f7056ff2cb1529209eb9d0e7b74f4:/docs/doxygen/overviews/filesystem.h diff --git a/docs/doxygen/overviews/filesystem.h b/docs/doxygen/overviews/filesystem.h index 2dc02cb717..84acb5f419 100644 --- a/docs/doxygen/overviews/filesystem.h +++ b/docs/doxygen/overviews/filesystem.h @@ -2,7 +2,6 @@ // Name: filesystem.h // Purpose: topic overview // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -10,21 +9,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 +106,3 @@ bool MyApp::OnInit() @endcode */ -