Browse Source

Fixed build

Christophe 6 years ago
parent
commit
e620adac1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      glm/ext/scalar_integer.hpp

+ 2 - 2
glm/ext/scalar_integer.hpp

@@ -57,7 +57,7 @@ namespace glm
 
 	/// Higher multiple number of Source.
 	///
-	/// @tparam genType Floating-point or integer scalar or vector types.
+	/// @tparam genIUType Integer scalar or vector types.
 	///
 	/// @param v Source value to which is applied the function
 	/// @param Multiple Must be a null or positive value
@@ -68,7 +68,7 @@ namespace glm
 
 	/// Lower multiple number of Source.
 	///
-	/// @tparam genType Floating-point or integer scalar or vector types.
+	/// @tparam genIUType Integer scalar or vector types.
 	///
 	/// @param v Source value to which is applied the function
 	/// @param Multiple Must be a null or positive value