소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 8 달 전
부모
커밋
d8c679416b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      include/SDL3/SDL_tray.h

+ 3 - 3
include/SDL3/SDL_tray.h

@@ -228,9 +228,9 @@ extern SDL_DECLSPEC SDL_TrayMenu *SDLCALL SDL_GetTraySubmenu(SDL_TrayEntry *entr
  * \param menu The menu to get entries from.
  * \param size An optional pointer to obtain the number of entries in the
  *             menu.
- * \returns a NULL-terminated list of entries within the given menu. The pointer
- *          becomes invalid when any function that inserts or deletes entries in
- *          the menu is called.
+ * \returns a NULL-terminated list of entries within the given menu. The
+ *          pointer becomes invalid when any function that inserts or deletes
+ *          entries in the menu is called.
  *
  * \since This function is available since SDL 3.2.0.
  *