summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text.c b/src/text.c
index b72f9cd..af7b02f 100644
--- a/src/text.c
+++ b/src/text.c
@@ -158,7 +158,7 @@ bool wordWrap, Color *tints, int tintCount, Color *backTints, int backTintCount
}
/*
-## Text - Loading
+## Text - Font loading/unloading functions
*/
/*
@@ -278,7 +278,7 @@ int ltextUnloadFont( lua_State *L ) {
}
/*
-## Text - Draw
+## Text - Text drawing functions
*/
/*
@@ -457,7 +457,7 @@ int ltextDrawTextBoxedTinted( lua_State *L ) {
}
/*
-## Text - Font info functions
+## Text - Text font info functions
*/
/*