Skip to content

Commit a14d432

Browse files
ChrisThrashereXpl0it3r
authored andcommitted
Remove references to sf:: types in public documentation
1 parent 5385f32 commit a14d432

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

include/CSFML/Audio/Music.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ CSFML_AUDIO_API sfTime sfMusic_getDuration(const sfMusic* music);
175175
CSFML_AUDIO_API sfTimeSpan sfMusic_getLoopPoints(const sfMusic* music);
176176

177177
////////////////////////////////////////////////////////////
178-
/// \brief Sets the beginning and end of the sound's looping sequence using sf::Time
178+
/// \brief Sets the beginning and end of the sound's looping sequence using sfTime
179179
///
180180
/// Loop points allow one to specify a pair of positions such that, when the music
181181
/// is enabled for looping, it will seamlessly seek to the beginning whenever it

include/CSFML/Graphics/PrimitiveType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
////////////////////////////////////////////////////////////
34-
/// \brief Types of primitives that a sf::VertexArray can render
34+
/// \brief Types of primitives that an sfVertexArray can render
3535
///
3636
/// Points and lines have no area, therefore their thickness
3737
/// will always be 1 pixel, regardless the current transform

include/CSFML/Graphics/VertexBuffer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ CSFML_GRAPHICS_API unsigned int sfVertexBuffer_getNativeHandle(sfVertexBuffer* v
174174
/// This function defines how the vertices must be interpreted
175175
/// when it's time to draw them.
176176
///
177-
/// The default primitive type is sf::Points.
177+
/// The default primitive type is sfPoints.
178178
///
179179
/// \param vertexBuffer Vertex buffer object
180180
/// \param type Type of primitive
@@ -248,7 +248,7 @@ CSFML_GRAPHICS_API void sfVertexBuffer_bind(const sfVertexBuffer* vertexBuffer);
248248
///
249249
/// This function should always be called before using
250250
/// the vertex buffer features. If it returns false, then
251-
/// any attempt to use sf::VertexBuffer will fail.
251+
/// any attempt to use sfVertexBuffer will fail.
252252
///
253253
/// \return True if vertex buffers are supported, false otherwise
254254
///

0 commit comments

Comments
 (0)