]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a bit of docs for the FS Handlers
authorRobin Dunn <robin@alldunn.com>
Mon, 27 Feb 2012 23:51:05 +0000 (23:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 27 Feb 2012 23:51:05 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/fs_arc.h
interface/wx/fs_filter.h
interface/wx/fs_inet.h

index 1b88d48b41d808347d3d6f8631c59f4d724d364e..b3cbd58687ac4cf75e1a827f5d211e74c7ffeb6b 100644 (file)
@@ -7,7 +7,11 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    @class wxArchiveFSHandler
 
 
+    A file system handler for accessing files inside of archives.
+*/
 class wxArchiveFSHandler : public wxFileSystemHandler
 {
 public:
 class wxArchiveFSHandler : public wxFileSystemHandler
 {
 public:
index 83ec5dce28812ded86265f345ab1081d798b8507..25635ae777a81c0cb59ae4e5968487fe4c233397 100644 (file)
@@ -7,6 +7,11 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    @class wxFilterFSHandler
+
+    Filter file system handler.
+*/
 
 class wxFilterFSHandler : public wxFileSystemHandler
 {
 
 class wxFilterFSHandler : public wxFileSystemHandler
 {
index 402799bcee6a9fe58f119b777fd308784049bed2..7aaa3459b58d2b674336562cfdd285be48205343 100644 (file)
@@ -6,6 +6,11 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    @class wxInternetFSHandler
+
+    A file system handler for accessing files from internet servers.
+*/
 class wxInternetFSHandler : public wxFileSystemHandler
 {
 public:
 class wxInternetFSHandler : public wxFileSystemHandler
 {
 public: