Browse Source

Updated doxygen API documentation

Christophe Riccio 7 years ago
parent
commit
49b508a1ab
5 changed files with 5 additions and 5 deletions
  1. 1 1
      glm/common.hpp
  2. 1 1
      glm/exponential.hpp
  3. 1 1
      glm/integer.hpp
  4. 1 1
      glm/matrix.hpp
  5. 1 1
      glm/packing.hpp

+ 1 - 1
glm/common.hpp

@@ -6,7 +6,7 @@
 /// @defgroup core_func_common Common functions
 /// @defgroup core_func_common Common functions
 /// @ingroup core
 /// @ingroup core
 ///
 ///
-/// Provide GLSL common functions
+/// Provides GLSL common functions
 ///
 ///
 /// These all operate component-wise. The description is per component.
 /// These all operate component-wise. The description is per component.
 ///
 ///

+ 1 - 1
glm/exponential.hpp

@@ -6,7 +6,7 @@
 /// @defgroup core_func_exponential Exponential functions
 /// @defgroup core_func_exponential Exponential functions
 /// @ingroup core
 /// @ingroup core
 ///
 ///
-/// Provide GLSL exponential functions
+/// Provides GLSL exponential functions
 ///
 ///
 /// These all operate component-wise. The description is per component.
 /// These all operate component-wise. The description is per component.
 ///
 ///

+ 1 - 1
glm/integer.hpp

@@ -6,7 +6,7 @@
 /// @defgroup core_func_integer Integer functions
 /// @defgroup core_func_integer Integer functions
 /// @ingroup core
 /// @ingroup core
 ///
 ///
-/// Provide GLSL functions on integer types
+/// Provides GLSL functions on integer types
 ///
 ///
 /// These all operate component-wise. The description is per component.
 /// 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
 /// The notation [a, b] means the set of bits from bit-number a through bit-number

+ 1 - 1
glm/matrix.hpp

@@ -6,7 +6,7 @@
 /// @defgroup core_func_matrix Matrix functions
 /// @defgroup core_func_matrix Matrix functions
 /// @ingroup core
 /// @ingroup core
 ///
 ///
-/// Provide GLSL matrix functions.
+/// Provides GLSL matrix functions.
 ///
 ///
 /// Include <glm/matrix.hpp> to use these core features.
 /// Include <glm/matrix.hpp> to use these core features.
 
 

+ 1 - 1
glm/packing.hpp

@@ -7,7 +7,7 @@
 /// @defgroup core_func_packing Floating-Point Pack and Unpack Functions
 /// @defgroup core_func_packing Floating-Point Pack and Unpack Functions
 /// @ingroup core
 /// @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.
 /// These functions do not operate component-wise, rather as described in each case.
 ///
 ///