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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cine/pal.h') 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 -- cgit v1.2.3