From 9c6acd6549f10275736498e55518918202019f52 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 27 Aug 2011 17:08:59 +0100 Subject: [PATCH] Fixed ticket 125: missing dependence --- glm/gtx/matrix_query.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glm/gtx/matrix_query.hpp b/glm/gtx/matrix_query.hpp index b71b1af0..5a3aa3cc 100644 --- a/glm/gtx/matrix_query.hpp +++ b/glm/gtx/matrix_query.hpp @@ -8,6 +8,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// // Dependency: // - GLM core +// - GLM_GTX_matrix_query /////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef glm_gtx_matrix_query @@ -24,7 +25,7 @@ namespace glm{ namespace gtx{ namespace matrix_query ///< GLM_GTX_matrix_query: Query to evaluate matrix properties { - /// \addtogroup gtx_matrix_query + /// @addtogroup gtx_matrix_query /// @{ //! Return if a matrix a null matrix.