diff options
Diffstat (limited to 'src/filesystem')
-rw-r--r-- | src/filesystem/filesystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filesystem/filesystem.h b/src/filesystem/filesystem.h index e1ff8c6..1685fd2 100644 --- a/src/filesystem/filesystem.h +++ b/src/filesystem/filesystem.h @@ -11,6 +11,8 @@ #include <string> /// The filesystem namespace contains classes and functions for common file operations. +/** filesystem is a core subsystem + */ namespace filesystem { /// location of the main data files, includes trailing / |