diff options
author | Max Horn | 2009-10-08 21:28:57 +0000 |
---|---|---|
committer | Max Horn | 2009-10-08 21:28:57 +0000 |
commit | 3399c3aeb638ae874557c72b4ab4db016ff152c8 (patch) | |
tree | f476b2a87837568da3bcdaf031f4eb61293f5086 /engines/gob | |
parent | 2ab906bafd7e154bb9e333d7e76fe2a714478efd (diff) | |
download | scummvm-rg350-3399c3aeb638ae874557c72b4ab4db016ff152c8.tar.gz scummvm-rg350-3399c3aeb638ae874557c72b4ab4db016ff152c8.tar.bz2 scummvm-rg350-3399c3aeb638ae874557c72b4ab4db016ff152c8.zip |
Change doxygen inline comments from "//!" to "///" as proposed on -devel
svn-id: r44802
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/save/saveload.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/gob/save/saveload.h b/engines/gob/save/saveload.h index eb580b69de..d2206b1cef 100644 --- a/engines/gob/save/saveload.h +++ b/engines/gob/save/saveload.h @@ -38,10 +38,10 @@ class SaveLoad { public: /** How to handle the specific save. */ enum SaveMode { - kSaveModeNone, //!< Don't handle it - kSaveModeIgnore, //!< Ignore it - kSaveModeExists, //!< Just claim it exists - kSaveModeSave //!< A normal save + kSaveModeNone, ///< Don't handle it + kSaveModeIgnore, ///< Ignore it + kSaveModeExists, ///< Just claim it exists + kSaveModeSave ///< A normal save }; /** The constructor. @@ -146,8 +146,8 @@ public: static const uint32 kIndexSize = kSlotCount * kSlotNameLength; enum ScreenshotType { - kScreenshotTypeGob3, //!< Goblins 3 type screenshot - kScreenshotTypeLost //!< Lost in Time type screenshot + kScreenshotTypeGob3, ///< Goblins 3 type screenshot + kScreenshotTypeLost ///< Lost in Time type screenshot }; SaveLoad_v3(GobEngine *vm, const char *targetName, ScreenshotType sShotType); |