From 859833fa62b59b941122b932a9cb88736bcef873 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 24 Oct 2011 15:47:31 +0100 Subject: [PATCH] Fixed doxygen error --- glm/glm.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glm/glm.hpp b/glm/glm.hpp index 55ee934a..7d1055df 100644 --- a/glm/glm.hpp +++ b/glm/glm.hpp @@ -22,24 +22,24 @@ /// /// @ref core /// @file glm/glm.hpp -/// @date 2005-01-14 / 2011-05-16 +/// @date 2005-01-14 / 2011-10-24 /// @author Christophe Riccio /// /// @defgroup core GLM Core /// /// @brief The core of GLM, which implements exactly and only the GLSL specification to the degree possible. /// -/// The GLM core consists of @ref core_types "C++ types that mirror GLSL types", -/// @ref core_funcs "C++ functions that mirror the GLSL functions". It also includes +/// The GLM core consists of @ref core_types "C++ types that mirror GLSL types" and +/// C++ functions that mirror the GLSL functions. It also includes /// @ref core_precision "a set of precision-based types" that can be used in the appropriate /// functions. The C++ types are all based on a basic set of @ref core_template "template types". /// /// The best documentation for GLM Core is the current GLSL specification, -/// version 4.1 +/// version 4.2 /// (pdf file). /// There are a few @ref pg_differences "differences" between GLM core and GLSL. /// -/// GLM core functionnalities requires to be included to be used. +/// GLM core functionnalities require to be included to be used. /// /// @defgroup core_types Types ///