From c5a4e90338c4f66dfd75497b5137b4fd0a7da867 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Aug 2008 09:34:34 +0000 Subject: (svn r13910) -Document: string drawing related functions and types (Alberth) --- src/table/control_codes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table') diff --git a/src/table/control_codes.h b/src/table/control_codes.h index b35129960..69cabda67 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -19,8 +19,8 @@ enum StringControlCode { /* Display control codes */ SCC_SETX = SCC_CONTROL_START, SCC_SETXY, - SCC_TINYFONT, - SCC_BIGFONT, + SCC_TINYFONT, ///< Switch to small font + SCC_BIGFONT, ///< Switch to large font /* Formatting control codes */ SCC_REVISION, -- cgit v1.2.3-54-g00ecf