Commit b7c57f80 authored by Sam Lantinga's avatar Sam Lantinga

Documentation consistency

parent 5ba14426
...@@ -1227,7 +1227,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rects, int cou ...@@ -1227,7 +1227,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rects, int cou
extern DECLSPEC int SDLCALL SDL_RenderFillRect(const SDL_Rect * rect); extern DECLSPEC int SDLCALL SDL_RenderFillRect(const SDL_Rect * rect);
/** /**
* \brief Fill some number of rectangles in the current rendering target with the drawing color. * \brief Fill some number of rectangles on the current rendering target with the drawing color.
* *
* \param rects A pointer to an array of destination rectangles. * \param rects A pointer to an array of destination rectangles.
* \param count The number of rectangles. * \param count The number of rectangles.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment