From 84531e9be179fd7cdc2ad1fef55d30eff6a53313 Mon Sep 17 00:00:00 2001 From: Nishi Date: Sun, 19 Jul 2026 21:06:32 +0900 Subject: [PATCH] fix documentation --- include/Mw/TrueType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/TrueType.h b/include/Mw/TrueType.h index 7204c31..eea90c9 100644 --- a/include/Mw/TrueType.h +++ b/include/Mw/TrueType.h @@ -22,7 +22,7 @@ MWDECL MwTTFInfo MwTTFGetInfo(unsigned char* data, int size); /*! * @brief Free the TrueType font information - * @brief info Information + * @param info Information */ MWDECL void MwTTFFreeInfo(MwTTFInfo info);