Skip to content

Commit

Permalink
Updated doxygen API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Aug 31, 2018
1 parent 9dcdae8 commit 49b508a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion glm/common.hpp
Expand Up @@ -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.
///
Expand Down
2 changes: 1 addition & 1 deletion glm/exponential.hpp
Expand Up @@ -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.
///
Expand Down
2 changes: 1 addition & 1 deletion glm/integer.hpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion glm/matrix.hpp
Expand Up @@ -6,7 +6,7 @@
/// @defgroup core_func_matrix Matrix functions
/// @ingroup core
///
/// Provide GLSL matrix functions.
/// Provides GLSL matrix functions.
///
/// Include <glm/matrix.hpp> to use these core features.

Expand Down
2 changes: 1 addition & 1 deletion glm/packing.hpp
Expand Up @@ -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.
///
Expand Down

0 comments on commit 49b508a

Please sign in to comment.