From 27c3eae9b4cb2938b640b5a390c1c41398ba0a0b Mon Sep 17 00:00:00 2001 From: John Scipione Date: Sat, 19 Jan 2013 02:54:22 -0500 Subject: [PATCH] Another minor fix, style constant --- docs/user/interface/Font.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/interface/Font.dox b/docs/user/interface/Font.dox index 0e86ed2a52..8a774dee2c 100644 --- a/docs/user/interface/Font.dox +++ b/docs/user/interface/Font.dox @@ -867,8 +867,8 @@ \brief Sets font flags controlling antialiasing. The following flags are supported: - - B_DISABLE_ANTIALIASING Disable antialiasing. - - B_FORCE_ANTIALIASING Force antialiasing. + - \c B_DISABLE_ANTIALIASING Disable antialiasing. + - \c B_FORCE_ANTIALIASING Force antialiasing. \param flags The bitmap of flags to set. */