aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
diff options
context:
space:
mode:
authorMax Horn2006-05-01 22:04:13 +0000
committerMax Horn2006-05-01 22:04:13 +0000
commitdbe1c50bc9ce6e54115b7784585310ebb5433985 (patch)
tree22483bca4b9a33e68390b8755bd5a95b279880c9 /backends/fs
parente4a7de9d754c7e9b9a9f4f313b3a89bf4b5283af (diff)
downloadscummvm-rg350-dbe1c50bc9ce6e54115b7784585310ebb5433985.tar.gz
scummvm-rg350-dbe1c50bc9ce6e54115b7784585310ebb5433985.tar.bz2
scummvm-rg350-dbe1c50bc9ce6e54115b7784585310ebb5433985.zip
Added a missing '*' (which marks the comment as being one doxygen should process)
svn-id: r22268
Diffstat (limited to 'backends/fs')
-rw-r--r--backends/fs/fs.h2
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().
*