| Index: include/AdblockPlus/DefaultFileSystem.h |
| =================================================================== |
| --- a/include/AdblockPlus/DefaultFileSystem.h |
| +++ b/include/AdblockPlus/DefaultFileSystem.h |
| @@ -28,6 +28,10 @@ |
| namespace AdblockPlus |
| { |
| + /** |
| + * `FileSystem` implementation that interacts directly with the operating |
| + * system's file system. |
|
Wladimir Palant
2014/08/29 18:42:27
"All paths are considered relative to the base pat
Felix Dahlke
2014/09/01 17:00:15
Done.
|
| + */ |
| class DefaultFileSystem : public FileSystem |
| { |
| public: |