diff --git a/glm/common.hpp b/glm/common.hpp index 4ab34bd1..25e7a376 100644 --- a/glm/common.hpp +++ b/glm/common.hpp @@ -6,7 +6,7 @@ /// @defgroup core_func_common Common functions /// @ingroup core /// -/// Provide GLSL common functions +/// Provides GLSL common functions /// /// These all operate component-wise. The description is per component. /// diff --git a/glm/exponential.hpp b/glm/exponential.hpp index 9ae6806e..f8fb886f 100644 --- a/glm/exponential.hpp +++ b/glm/exponential.hpp @@ -6,7 +6,7 @@ /// @defgroup core_func_exponential Exponential functions /// @ingroup core /// -/// Provide GLSL exponential functions +/// Provides GLSL exponential functions /// /// These all operate component-wise. The description is per component. /// diff --git a/glm/integer.hpp b/glm/integer.hpp index f0a48f9f..8817db3f 100644 --- a/glm/integer.hpp +++ b/glm/integer.hpp @@ -6,7 +6,7 @@ /// @defgroup core_func_integer Integer functions /// @ingroup core /// -/// Provide GLSL functions on integer types +/// Provides GLSL functions on integer types /// /// These all operate component-wise. The description is per component. /// The notation [a, b] means the set of bits from bit-number a through bit-number diff --git a/glm/matrix.hpp b/glm/matrix.hpp index 208a0849..6badf538 100644 --- a/glm/matrix.hpp +++ b/glm/matrix.hpp @@ -6,7 +6,7 @@ /// @defgroup core_func_matrix Matrix functions /// @ingroup core /// -/// Provide GLSL matrix functions. +/// Provides GLSL matrix functions. /// /// Include to use these core features. diff --git a/glm/packing.hpp b/glm/packing.hpp index 56174a6a..ca83ac1d 100644 --- a/glm/packing.hpp +++ b/glm/packing.hpp @@ -7,7 +7,7 @@ /// @defgroup core_func_packing Floating-Point Pack and Unpack Functions /// @ingroup core /// -/// Provide GLSL functions to pack and unpack half, single and double-precision floating point values into more compact integer types. +/// Provides GLSL functions to pack and unpack half, single and double-precision floating point values into more compact integer types. /// /// These functions do not operate component-wise, rather as described in each case. ///