diff options
-rw-r--r-- | backends/fs/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h index 1e3696696e..bbc7d1e8d4 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -196,7 +196,7 @@ private: */ static AbstractFilesystemNode *getRoot(); - /* + /** * Construct a node based on a path; the path is in the same format as it * would be for calls to fopen(). * |