mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fix API documentation bugs
This commit is contained in:
parent
59447dd8e5
commit
b7c526efc2
@ -109,7 +109,7 @@ public:
|
|||||||
/// The specified value is truncated to the bit width of
|
/// The specified value is truncated to the bit width of
|
||||||
/// the current stencil buffer.
|
/// the current stencil buffer.
|
||||||
///
|
///
|
||||||
/// \param value Stencil value to clear to
|
/// \param stencilValue Stencil value to clear to
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
void clearStencil(StencilValue stencilValue);
|
void clearStencil(StencilValue stencilValue);
|
||||||
@ -120,8 +120,8 @@ public:
|
|||||||
/// The specified stencil value is truncated to the bit
|
/// The specified stencil value is truncated to the bit
|
||||||
/// width of the current stencil buffer.
|
/// width of the current stencil buffer.
|
||||||
///
|
///
|
||||||
/// \param color Fill color to use to clear the render target
|
/// \param color Fill color to use to clear the render target
|
||||||
/// \param value Stencil value to clear to
|
/// \param stencilValue Stencil value to clear to
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
void clear(const Color& color, StencilValue stencilValue);
|
void clear(const Color& color, StencilValue stencilValue);
|
||||||
|
@ -171,8 +171,7 @@ public:
|
|||||||
/// to bother with it.
|
/// to bother with it.
|
||||||
///
|
///
|
||||||
/// \param settings Creation parameters
|
/// \param settings Creation parameters
|
||||||
/// \param width Back buffer width
|
/// \param size Back buffer size
|
||||||
/// \param height Back buffer height
|
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Context(const ContextSettings& settings, const Vector2u& size);
|
Context(const ContextSettings& settings, const Vector2u& size);
|
||||||
|
Loading…
Reference in New Issue
Block a user