Преглед изворни кода

doxygen: Tweak SDL_FlashWindow brief description.

So "e.g." doesn't look like the end of the sentence to wikiheaders.pl.
Ryan C. Gordon пре 4 година
родитељ
комит
0ac13dc27f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/SDL_video.h

+ 1 - 1
include/SDL_video.h

@@ -1511,7 +1511,7 @@ extern DECLSPEC int SDLCALL SDL_SetWindowHitTest(SDL_Window * window,
                                                  void *callback_data);
                                                  void *callback_data);
 
 
 /**
 /**
- * Request a window to give a signal, e.g. a visual signal, to demand attention from the user.
+ * Request a window to demand attention from the user.
  *
  *
  * \returns 0 on success or a negative error code on failure; call
  * \returns 0 on success or a negative error code on failure; call
  *          SDL_GetError() for more information.
  *          SDL_GetError() for more information.