mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Emphasize words in documentation with markdown syntax
This commit is contained in:
parent
25fde58395
commit
a8b0f6fb70
@ -932,7 +932,7 @@ private:
|
||||
/// for SFML.
|
||||
///
|
||||
/// Like any C/C++ program, a GLSL shader has its own variables
|
||||
/// called \a `uniforms` that you can set from your C++ application.
|
||||
/// called _uniforms_ that you can set from your C++ application.
|
||||
/// `sf::Shader` handles different types of uniforms:
|
||||
/// \li scalars: \p float, \p int, \p bool
|
||||
/// \li vectors (2, 3 or 4 components)
|
||||
|
@ -250,7 +250,7 @@ public:
|
||||
/// In other words, this function returns the bounds of the
|
||||
/// shape in the global 2D world's coordinate system.
|
||||
///
|
||||
/// This function does not necessarily return the \a `minimal`
|
||||
/// This function does not necessarily return the _minimal_
|
||||
/// bounding rectangle. It merely ensures that the returned
|
||||
/// rectangle covers all the vertices (but possibly more).
|
||||
/// This allows for a fast approximation of the bounds as a
|
||||
|
Loading…
Reference in New Issue
Block a user