diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |