Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/DefaultFileSystem.h

Issue 5728380594946048: Issue 116 - Document the libadblockplus API (Closed)
Patch Set: Documented the remaining relevant files Created Aug. 29, 2014, 4:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld