@@ -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.
/// @defgroup core_func_exponential Exponential functions
-/// Provide GLSL exponential functions
+/// Provides GLSL exponential functions
/// @defgroup core_func_integer Integer functions
-/// Provide GLSL functions on integer types
+/// Provides GLSL functions on integer types
/// The notation [a, b] means the set of bits from bit-number a through bit-number
/// @defgroup core_func_matrix Matrix functions
-/// Provide GLSL matrix functions.
+/// Provides GLSL matrix functions.
/// Include <glm/matrix.hpp> to use these core features.
@@ -7,7 +7,7 @@
/// @defgroup core_func_packing Floating-Point Pack and Unpack Functions
-/// 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.