From 36e2bdd29475f8ddc788f02afda9f77fb11b9cb3 Mon Sep 17 00:00:00 2001 From: Thom de Villa Date: Sat, 7 Mar 2015 14:04:56 +0100 Subject: [PATCH] comment fix --- glm/gtx/hash.hpp | 2 +- glm/gtx/hash.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtx/hash.hpp b/glm/gtx/hash.hpp index 0940e1d6..fad46236 100644 --- a/glm/gtx/hash.hpp +++ b/glm/gtx/hash.hpp @@ -34,7 +34,7 @@ /// @defgroup gtx_hash GLM_GTX_hash /// @ingroup gtx /// -/// @brief Allow to perform std::hash operation on glm types +/// @brief Add std::hash support for glm types /// /// need to be included to use these functionalities. /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/gtx/hash.inl b/glm/gtx/hash.inl index 27d25dfd..7dc92fb0 100644 --- a/glm/gtx/hash.inl +++ b/glm/gtx/hash.inl @@ -34,7 +34,7 @@ /// @defgroup gtx_hash GLM_GTX_hash /// @ingroup gtx /// -/// @brief Allow to perform hash operation on glm types +/// @brief Add std::hash support for glm types /// /// need to be included to use these functionalities. ///////////////////////////////////////////////////////////////////////////////////