aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
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/pal.h
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/pal.h')
-rw-r--r--engines/cine/pal.h4
1 files changed, 2 insertions, 2 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