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 /graphics/font.h | |
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 'graphics/font.h')
-rw-r--r-- | graphics/font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/font.h b/graphics/font.h index 33962875e7..d0d3459af6 100644 --- a/graphics/font.h +++ b/graphics/font.h @@ -37,9 +37,9 @@ namespace Graphics { /** Text alignment modes */ enum TextAlign { kTextAlignInvalid, - kTextAlignLeft, //!< Text should be aligned to the left - kTextAlignCenter, //!< Text should be centered - kTextAlignRight //!< Text should be aligned to the right + kTextAlignLeft, ///< Text should be aligned to the left + kTextAlignCenter, ///< Text should be centered + kTextAlignRight ///< Text should be aligned to the right }; /** |