aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
authorMax Horn2009-10-08 21:28:57 +0000
committerMax Horn2009-10-08 21:28:57 +0000
commit3399c3aeb638ae874557c72b4ab4db016ff152c8 (patch)
treef476b2a87837568da3bcdaf031f4eb61293f5086 /engines/cine
parent2ab906bafd7e154bb9e333d7e76fe2a714478efd (diff)
downloadscummvm-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/cine')
-rw-r--r--engines/cine/pal.h4
-rw-r--r--engines/cine/unpack.h18
-rw-r--r--engines/cine/various.cpp2
3 files changed, 12 insertions, 12 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h
index d0621b4d9f..4d32aca408 100644
--- a/engines/cine/pal.h
+++ b/engines/cine/pal.h
@@ -189,8 +189,8 @@ private:
Cine::Palette::Color saturatedAddColor(Cine::Palette::Color baseColor, signed r, signed g, signed b) const;
private:
- Graphics::PixelFormat _format; //!< The used source color format
- Common::Array<Color> _colors; //!< The actual palette data
+ Graphics::PixelFormat _format; ///< The used source color format
+ Common::Array<Color> _colors; ///< The actual palette data
};
} // End of namespace Cine
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h
index 96d6d20158..3215689867 100644
--- a/engines/cine/unpack.h
+++ b/engines/cine/unpack.h
@@ -99,17 +99,17 @@ private:
*/
void copyRelocatedBytes(uint offset, uint numBytes);
private:
- uint32 _crc; //!< Error-detecting code (This should be zero after successful unpacking)
- uint32 _chunk32b; //!< The current internal 32-bit chunk of source data
- byte *_dst; //!< Pointer to the current position in the destination buffer
- const byte *_src; //!< Pointer to the current position in the source buffer
+ uint32 _crc; ///< Error-detecting code (This should be zero after successful unpacking)
+ uint32 _chunk32b; ///< The current internal 32-bit chunk of source data
+ byte *_dst; ///< Pointer to the current position in the destination buffer
+ const byte *_src; ///< Pointer to the current position in the source buffer
// These are used for detecting errors (e.g. out of bounds issues) during unpacking
- bool _error; //!< Did an error occur during unpacking?
- const byte *_srcBegin; //!< Source buffer's beginning
- const byte *_srcEnd; //!< Source buffer's end
- byte *_dstBegin; //!< Destination buffer's beginning
- byte *_dstEnd; //!< Destination buffer's end
+ bool _error; ///< Did an error occur during unpacking?
+ const byte *_srcBegin; ///< Source buffer's beginning
+ const byte *_srcEnd; ///< Source buffer's end
+ byte *_dstBegin; ///< Destination buffer's beginning
+ byte *_dstEnd; ///< Destination buffer's end
};
} // End of namespace Cine
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp
index 78a347b321..019f57d775 100644
--- a/engines/cine/various.cpp
+++ b/engines/cine/various.cpp
@@ -123,7 +123,7 @@ CommandeType objectListCommand[20];
int16 objListTab[20];
Common::Array<uint16> zoneData;
-Common::Array<uint16> zoneQuery; //!< Only exists in Operation Stealth
+Common::Array<uint16> zoneQuery; ///< Only exists in Operation Stealth
/*! \brief Move the player character using the keyboard
* \param x Negative values move left, positive right, zero not at all