mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31: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 current stencil buffer.
|
||||
///
|
||||
/// \param value Stencil value to clear to
|
||||
/// \param stencilValue Stencil value to clear to
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
void clearStencil(StencilValue stencilValue);
|
||||
@ -120,8 +120,8 @@ public:
|
||||
/// The specified stencil value is truncated to the bit
|
||||
/// width of the current stencil buffer.
|
||||
///
|
||||
/// \param color Fill color to use to clear the render target
|
||||
/// \param value Stencil value to clear to
|
||||
/// \param color Fill color to use to clear the render target
|
||||
/// \param stencilValue Stencil value to clear to
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
void clear(const Color& color, StencilValue stencilValue);
|
||||
|
@ -171,8 +171,7 @@ public:
|
||||
/// to bother with it.
|
||||
///
|
||||
/// \param settings Creation parameters
|
||||
/// \param width Back buffer width
|
||||
/// \param height Back buffer height
|
||||
/// \param size Back buffer size
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Context(const ContextSettings& settings, const Vector2u& size);
|
||||
|
Loading…
Reference in New Issue
Block a user