Skip to content

Commit a8b0f6f

Browse files
kimci86ChrisThrasher
authored andcommitted
Emphasize words in documentation with markdown syntax
1 parent 25fde58 commit a8b0f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/SFML/Graphics/Shader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ class SFML_GRAPHICS_API Shader : GlResource
932932
/// for SFML.
933933
///
934934
/// Like any C/C++ program, a GLSL shader has its own variables
935-
/// called \a `uniforms` that you can set from your C++ application.
935+
/// called _uniforms_ that you can set from your C++ application.
936936
/// `sf::Shader` handles different types of uniforms:
937937
/// \li scalars: \p float, \p int, \p bool
938938
/// \li vectors (2, 3 or 4 components)

include/SFML/Graphics/Shape.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class SFML_GRAPHICS_API Shape : public Drawable, public Transformable
250250
/// In other words, this function returns the bounds of the
251251
/// shape in the global 2D world's coordinate system.
252252
///
253-
/// This function does not necessarily return the \a `minimal`
253+
/// This function does not necessarily return the _minimal_
254254
/// bounding rectangle. It merely ensures that the returned
255255
/// rectangle covers all the vertices (but possibly more).
256256
/// This allows for a fast approximation of the bounds as a

0 commit comments

Comments
 (0)