SDL: Merge commit 'cd79e9c4e25ffd15010953b15ae8cbc25b7e7a90' into main

From cd79e9c4e25ffd15010953b15ae8cbc25b7e7a90 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 1 Jul 2022 14:04:07 -0700
Subject: [PATCH] Removed comment text that looks like doxygen commands

---
 include/SDL_test_font.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL_test_font.h b/include/SDL_test_font.h
index ea50e88ac5c..6e7247dd767 100644
--- a/include/SDL_test_font.h
+++ b/include/SDL_test_font.h
@@ -107,8 +107,8 @@ void SDLTest_TextWindowDisplay(SDLTest_TextWindow *textwin, SDL_Renderer *render
 /**
  *  \brief Add text to a multi-line text output window
  *
- *  Adds UTF-8 text to the end of the current text. The '\n' newline character starts a
- *  new line of text. The '\b' backspace character deletes the last character or, if the
+ *  Adds UTF-8 text to the end of the current text. The newline character starts a
+ *  new line of text. The backspace character deletes the last character or, if the
  *  line is empty, deletes the line and goes to the end of the previous line.
  *
  *  \param textwin The text output window
@@ -122,8 +122,8 @@ void SDLTest_TextWindowAddText(SDLTest_TextWindow *textwin, SDL_PRINTF_FORMAT_ST
 /**
  *  \brief Add text to a multi-line text output window
  *
- *  Adds UTF-8 text to the end of the current text. The '\n' newline character starts a
- *  new line of text. The '\b' backspace character deletes the last character or, if the
+ *  Adds UTF-8 text to the end of the current text. The newline character starts a
+ *  new line of text. The backspace character deletes the last character or, if the
  *  line is empty, deletes the line and goes to the end of the previous line.
  *
  *  \param textwin The text output window