From d718d6b4493429a1e688e874fd76963f98e3d034 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 31 Aug 2021 13:36:28 +1000 Subject: Cleanup: Use C style comments for descriptive text --- source/blender/blenkernel/intern/text.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenkernel/intern/text.c') diff --git a/source/blender/blenkernel/intern/text.c b/source/blender/blenkernel/intern/text.c index 6b7b3213a83..f67bf68010d 100644 --- a/source/blender/blenkernel/intern/text.c +++ b/source/blender/blenkernel/intern/text.c @@ -342,9 +342,9 @@ int txt_extended_ascii_as_utf8(char **str) return added; } -// this function removes any control characters from -// a textline and fixes invalid utf-8 sequences - +/** + * Removes any control characters from a text-line and fixes invalid UTF8 sequences. + */ static void cleanup_textline(TextLine *tl) { int i; -- cgit v1.2.3