From: Robin Dunn Date: Mon, 27 Feb 2012 23:51:05 +0000 (+0000) Subject: Add a bit of docs for the FS Handlers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/54c45be005b3ffc43c63cfb9da63852c905cf3a9?ds=sidebyside Add a bit of docs for the FS Handlers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/fs_arc.h b/interface/wx/fs_arc.h index 1b88d48b41..b3cbd58687 100644 --- a/interface/wx/fs_arc.h +++ b/interface/wx/fs_arc.h @@ -7,7 +7,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + @class wxArchiveFSHandler + A file system handler for accessing files inside of archives. +*/ class wxArchiveFSHandler : public wxFileSystemHandler { public: diff --git a/interface/wx/fs_filter.h b/interface/wx/fs_filter.h index 83ec5dce28..25635ae777 100644 --- a/interface/wx/fs_filter.h +++ b/interface/wx/fs_filter.h @@ -7,6 +7,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + @class wxFilterFSHandler + + Filter file system handler. +*/ class wxFilterFSHandler : public wxFileSystemHandler { diff --git a/interface/wx/fs_inet.h b/interface/wx/fs_inet.h index 402799bcee..7aaa3459b5 100644 --- a/interface/wx/fs_inet.h +++ b/interface/wx/fs_inet.h @@ -6,6 +6,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + @class wxInternetFSHandler + + A file system handler for accessing files from internet servers. +*/ class wxInternetFSHandler : public wxFileSystemHandler { public: