diff options
| author | Max Horn | 2007-03-08 15:02:13 +0000 | 
|---|---|---|
| committer | Max Horn | 2007-03-08 15:02:13 +0000 | 
| commit | f02802531eafff96871291f41d068fbfb8f24d6a (patch) | |
| tree | f0b730b5ecbdea8cf74e828ceb6d653f83857735 | |
| parent | bcb3c27d589ab590e39f2f881633a9b3df2a324d (diff) | |
| download | scummvm-rg350-f02802531eafff96871291f41d068fbfb8f24d6a.tar.gz scummvm-rg350-f02802531eafff96871291f41d068fbfb8f24d6a.tar.bz2 scummvm-rg350-f02802531eafff96871291f41d068fbfb8f24d6a.zip  | |
Turning FilesystemNode comment into a doxygen comment
svn-id: r26015
| -rw-r--r-- | common/fs.h | 2 | 
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:, ...).  | 
