aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.h b/common/fs.h
index 43b52b4391..2d906431ca 100644
--- a/common/fs.h
+++ b/common/fs.h
@@ -39,7 +39,7 @@ class AbstractFilesystemNode;
class FSList : public Common::Array<FilesystemNode> {};
-/*
+/**
* FilesystemNode provides an abstraction for file pathes, allowing for portable
* file system browsing. To this ends, multiple or single roots have to be supported
* (compare Unix with a single root, Windows with multiple roots C:, D:, ...).