From 48c5dfe88fca09a8071db2dcd9f8224bdd6f0ac9 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sun, 25 Sep 2011 22:17:35 +0000 Subject: [PATCH] Tweak docs --- utils/tinygl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/tinygl.h b/utils/tinygl.h index 1e57eb2..bf72507 100644 --- a/utils/tinygl.h +++ b/utils/tinygl.h @@ -107,7 +107,7 @@ typedef struct tinygl_point /** Define text display modes. */ typedef enum { - /* Stepping text. */ + /** Stepping text. */ TINYGL_TEXT_MODE_STEP, /** Scrolling text. */ TINYGL_TEXT_MODE_SCROLL, @@ -117,7 +117,7 @@ typedef enum /** Define text display directions. */ typedef enum { - /* Normal text. */ + /** Normal text. */ TINYGL_TEXT_DIR_NORMAL, /** Rotated text. */ TINYGL_TEXT_DIR_ROTATE,