mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-09 23:41:14 -04:00
Fix documentation errors
This commit is contained in:
parent
debdf051f8
commit
5bac274b58
@ -104,7 +104,6 @@ public:
|
|||||||
/// \brief Update the screen with any rendering performed
|
/// \brief Update the screen with any rendering performed
|
||||||
/// since the previous call
|
/// since the previous call
|
||||||
///
|
///
|
||||||
/// \detail
|
|
||||||
/// SDL's rendering functions operate on a backbuffer; that
|
/// SDL's rendering functions operate on a backbuffer; that
|
||||||
/// is, calling a rendering function such as SDL_RenderDrawLine()
|
/// is, calling a rendering function such as SDL_RenderDrawLine()
|
||||||
/// does not directly put a line on the screen, but rather
|
/// does not directly put a line on the screen, but rather
|
||||||
@ -182,7 +181,7 @@ public:
|
|||||||
/// \param r Red value used to draw on the rendering target
|
/// \param r Red value used to draw on the rendering target
|
||||||
/// \param g Green value used to draw on the rendering target
|
/// \param g Green value used to draw on the rendering target
|
||||||
/// \param b Blue value used to draw on the rendering target
|
/// \param b Blue value used to draw on the rendering target
|
||||||
/// \param r Alpha value used to draw on the rendering target
|
/// \param a Alpha value used to draw on the rendering target
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_SetRenderDrawColor
|
/// \see http://wiki.libsdl.org/SDL_SetRenderDrawColor
|
||||||
///
|
///
|
||||||
@ -257,7 +256,7 @@ public:
|
|||||||
/// \param x1 X coordinate of the start point
|
/// \param x1 X coordinate of the start point
|
||||||
/// \param y1 Y coordinate of the start point
|
/// \param y1 Y coordinate of the start point
|
||||||
/// \param x2 X coordinate of the end point
|
/// \param x2 X coordinate of the end point
|
||||||
/// \param y1 Y coordinate of the end point
|
/// \param y2 Y coordinate of the end point
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_RenderDrawLine
|
/// \see http://wiki.libsdl.org/SDL_RenderDrawLine
|
||||||
///
|
///
|
||||||
@ -292,7 +291,7 @@ public:
|
|||||||
/// \param x1 X coordinate of the start corner
|
/// \param x1 X coordinate of the start corner
|
||||||
/// \param y1 Y coordinate of the start corner
|
/// \param y1 Y coordinate of the start corner
|
||||||
/// \param x2 X coordinate of the end corner
|
/// \param x2 X coordinate of the end corner
|
||||||
/// \param y1 Y coordinate of the end corner
|
/// \param y2 Y coordinate of the end corner
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_RenderDrawRect
|
/// \see http://wiki.libsdl.org/SDL_RenderDrawRect
|
||||||
///
|
///
|
||||||
@ -337,7 +336,7 @@ public:
|
|||||||
/// \param x1 X coordinate of the start corner
|
/// \param x1 X coordinate of the start corner
|
||||||
/// \param y1 Y coordinate of the start corner
|
/// \param y1 Y coordinate of the start corner
|
||||||
/// \param x2 X coordinate of the end corner
|
/// \param x2 X coordinate of the end corner
|
||||||
/// \param y1 Y coordinate of the end corner
|
/// \param y2 Y coordinate of the end corner
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_RenderFillRect
|
/// \see http://wiki.libsdl.org/SDL_RenderFillRect
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user