From 3399c3aeb638ae874557c72b4ab4db016ff152c8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 8 Oct 2009 21:28:57 +0000 Subject: Change doxygen inline comments from "//!" to "///" as proposed on -devel svn-id: r44802 --- engines/cine/pal.h | 4 ++-- engines/cine/unpack.h | 18 +++++++++--------- engines/cine/various.cpp | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'engines/cine') 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 _colors; //!< The actual palette data + Graphics::PixelFormat _format; ///< The used source color format + Common::Array _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 zoneData; -Common::Array zoneQuery; //!< Only exists in Operation Stealth +Common::Array 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 -- cgit v1.2.3