From c273be264c05f3eee9cef5e4b505750642c0f6f8 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 25 Nov 2014 01:08:52 +0100 Subject: [PATCH] More fixes for doxygen --- doc/man.doxy | 2 +- glm/detail/intrinsic_common.hpp | 2 +- glm/detail/intrinsic_common.inl | 2 +- glm/detail/intrinsic_exponential.hpp | 2 +- glm/detail/intrinsic_exponential.inl | 2 +- glm/detail/intrinsic_geometric.hpp | 2 +- glm/detail/intrinsic_geometric.inl | 2 +- glm/detail/intrinsic_integer.hpp | 2 +- glm/detail/intrinsic_integer.inl | 2 +- glm/detail/intrinsic_matrix.hpp | 2 +- glm/detail/intrinsic_matrix.inl | 2 +- glm/detail/intrinsic_trigonometric.hpp | 2 +- glm/detail/intrinsic_trigonometric.inl | 2 +- glm/detail/intrinsic_vector_relational.hpp | 2 +- glm/detail/intrinsic_vector_relational.inl | 2 +- glm/detail/precision.hpp | 2 +- glm/detail/precision.inl | 0 glm/detail/setup.hpp | 2 +- glm/detail/type_float.hpp | 2 +- glm/detail/type_gentype.hpp | 2 +- glm/detail/type_gentype.inl | 2 +- glm/detail/type_half.hpp | 6 +----- glm/detail/type_half.inl | 2 +- glm/detail/type_int.hpp | 2 +- glm/detail/type_mat.hpp | 2 +- glm/detail/type_mat.inl | 2 +- glm/detail/type_mat2x2.hpp | 4 ++-- glm/detail/type_mat2x2.inl | 2 +- glm/detail/type_mat2x3.hpp | 2 +- glm/detail/type_mat2x3.inl | 2 +- glm/detail/type_mat2x4.hpp | 2 +- glm/detail/type_mat2x4.inl | 2 +- glm/detail/type_mat3x2.hpp | 2 +- glm/detail/type_mat3x2.inl | 2 +- glm/detail/type_mat3x3.hpp | 2 +- glm/detail/type_mat3x3.inl | 2 +- glm/detail/type_mat3x4.hpp | 2 +- glm/detail/type_mat3x4.inl | 2 +- glm/detail/type_mat4x2.hpp | 2 +- glm/detail/type_mat4x2.inl | 2 +- glm/detail/type_mat4x3.hpp | 2 +- glm/detail/type_mat4x3.inl | 2 +- glm/detail/type_mat4x4.hpp | 2 +- glm/detail/type_mat4x4.inl | 2 +- glm/detail/type_vec.hpp | 2 +- glm/detail/type_vec.inl | 2 +- glm/detail/type_vec1.hpp | 2 +- glm/detail/type_vec1.inl | 2 +- glm/detail/type_vec2.hpp | 2 +- glm/detail/type_vec2.inl | 2 +- glm/detail/type_vec3.hpp | 2 +- glm/detail/type_vec3.inl | 2 +- glm/detail/type_vec4.hpp | 2 +- glm/detail/type_vec4.inl | 2 +- glm/gtx/matrix_decompose.hpp | 12 ++++++------ glm/gtx/matrix_decompose.inl | 4 ++-- 56 files changed, 62 insertions(+), 66 deletions(-) delete mode 100644 glm/detail/precision.inl diff --git a/doc/man.doxy b/doc/man.doxy index 5cb35f9c..f5d97fc7 100644 --- a/doc/man.doxy +++ b/doc/man.doxy @@ -2119,7 +2119,7 @@ DOT_NUM_THREADS = 0 # The default value is: Helvetica. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_FONTNAME = FreeSans +DOT_FONTNAME = # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of # dot graphs. diff --git a/glm/detail/intrinsic_common.hpp b/glm/detail/intrinsic_common.hpp index 405bb59a..5521c193 100644 --- a/glm/detail/intrinsic_common.hpp +++ b/glm/detail/intrinsic_common.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_common.hpp +/// @file glm/detail/intrinsic_common.hpp /// @date 2009-05-11 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_common.inl b/glm/detail/intrinsic_common.inl index b596b7fc..6d16cf43 100644 --- a/glm/detail/intrinsic_common.inl +++ b/glm/detail/intrinsic_common.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_common.inl +/// @file glm/detail/intrinsic_common.inl /// @date 2009-05-08 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_exponential.hpp b/glm/detail/intrinsic_exponential.hpp index 7194c3cf..abb15157 100644 --- a/glm/detail/intrinsic_exponential.hpp +++ b/glm/detail/intrinsic_exponential.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_exponential.hpp +/// @file glm/detail/intrinsic_exponential.hpp /// @date 2009-05-11 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_exponential.inl b/glm/detail/intrinsic_exponential.inl index cb2f20e6..17fccb83 100644 --- a/glm/detail/intrinsic_exponential.inl +++ b/glm/detail/intrinsic_exponential.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_exponential.inl +/// @file glm/detail/intrinsic_exponential.inl /// @date 2011-06-15 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_geometric.hpp b/glm/detail/intrinsic_geometric.hpp index e2175389..1a76fd96 100644 --- a/glm/detail/intrinsic_geometric.hpp +++ b/glm/detail/intrinsic_geometric.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_geometric.hpp +/// @file glm/detail/intrinsic_geometric.hpp /// @date 2009-05-08 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_geometric.inl b/glm/detail/intrinsic_geometric.inl index a75c31c8..ae8c7928 100644 --- a/glm/detail/intrinsic_geometric.inl +++ b/glm/detail/intrinsic_geometric.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_geometric.inl +/// @file glm/detail/intrinsic_geometric.inl /// @date 2009-05-08 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_integer.hpp b/glm/detail/intrinsic_integer.hpp index b542ac4a..e4f07bc5 100644 --- a/glm/detail/intrinsic_integer.hpp +++ b/glm/detail/intrinsic_integer.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_integer.hpp +/// @file glm/detail/intrinsic_integer.hpp /// @date 2009-05-11 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_integer.inl b/glm/detail/intrinsic_integer.inl index 05b24db5..90426e34 100644 --- a/glm/detail/intrinsic_integer.inl +++ b/glm/detail/intrinsic_integer.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_integer.inl +/// @file glm/detail/intrinsic_integer.inl /// @date 2009-05-08 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_matrix.hpp b/glm/detail/intrinsic_matrix.hpp index 082f4980..4d92a4e0 100644 --- a/glm/detail/intrinsic_matrix.hpp +++ b/glm/detail/intrinsic_matrix.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_common.hpp +/// @file glm/detail/intrinsic_common.hpp /// @date 2009-06-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_matrix.inl b/glm/detail/intrinsic_matrix.inl index 26c43b38..fb89a53e 100644 --- a/glm/detail/intrinsic_matrix.inl +++ b/glm/detail/intrinsic_matrix.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_common.inl +/// @file glm/detail/intrinsic_common.inl /// @date 2009-06-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_trigonometric.hpp b/glm/detail/intrinsic_trigonometric.hpp index 9176291c..41b7c30d 100644 --- a/glm/detail/intrinsic_trigonometric.hpp +++ b/glm/detail/intrinsic_trigonometric.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_trigonometric.hpp +/// @file glm/detail/intrinsic_trigonometric.hpp /// @date 2009-06-09 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_trigonometric.inl b/glm/detail/intrinsic_trigonometric.inl index 44dfd23b..9f8ead1e 100644 --- a/glm/detail/intrinsic_trigonometric.inl +++ b/glm/detail/intrinsic_trigonometric.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_trigonometric.inl +/// @file glm/detail/intrinsic_trigonometric.inl /// @date 2011-06-15 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_vector_relational.hpp b/glm/detail/intrinsic_vector_relational.hpp index af6620d6..a19ad681 100644 --- a/glm/detail/intrinsic_vector_relational.hpp +++ b/glm/detail/intrinsic_vector_relational.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_vector_relational.hpp +/// @file glm/detail/intrinsic_vector_relational.hpp /// @date 2009-06-09 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/intrinsic_vector_relational.inl b/glm/detail/intrinsic_vector_relational.inl index ecbb322a..1042661d 100644 --- a/glm/detail/intrinsic_vector_relational.inl +++ b/glm/detail/intrinsic_vector_relational.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/intrinsic_vector_relational.inl +/// @file glm/detail/intrinsic_vector_relational.inl /// @date 2009-06-09 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/precision.hpp b/glm/detail/precision.hpp index 6be15a34..33430af6 100644 --- a/glm/detail/precision.hpp +++ b/glm/detail/precision.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/precision.hpp +/// @file glm/detail/precision.hpp /// @date 2013-04-01 / 2013-04-01 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/precision.inl b/glm/detail/precision.inl deleted file mode 100644 index e69de29b..00000000 diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index ed825ef7..784ef1c7 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/setup.hpp +/// @file glm/detail/setup.hpp /// @date 2006-11-13 / 2014-10-05 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_float.hpp b/glm/detail/type_float.hpp index 495dbc92..82d6c366 100644 --- a/glm/detail/type_float.hpp +++ b/glm/detail/type_float.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_float.hpp +/// @file glm/detail/type_float.hpp /// @date 2008-08-22 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_gentype.hpp b/glm/detail/type_gentype.hpp index 59882e4c..4b15f0f6 100644 --- a/glm/detail/type_gentype.hpp +++ b/glm/detail/type_gentype.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_gentype.hpp +/// @file glm/detail/type_gentype.hpp /// @date 2008-10-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_gentype.inl b/glm/detail/type_gentype.inl index 73aa4cd6..692f4e4c 100644 --- a/glm/detail/type_gentype.inl +++ b/glm/detail/type_gentype.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_gentype.inl +/// @file glm/detail/type_gentype.inl /// @date 2008-10-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_half.hpp b/glm/detail/type_half.hpp index 827c28cb..3d378195 100644 --- a/glm/detail/type_half.hpp +++ b/glm/detail/type_half.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_half.hpp +/// @file glm/detail/type_half.hpp /// @date 2008-08-17 / 2011-09-20 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// @@ -39,10 +39,6 @@ namespace detail GLM_FUNC_DECL hdata toFloat16(float const & value); }//namespace detail - - /// half-precision floating-point numbers. - //typedef detail::hdata half; - }//namespace glm #include "type_half.inl" diff --git a/glm/detail/type_half.inl b/glm/detail/type_half.inl index 29801357..bd61be07 100644 --- a/glm/detail/type_half.inl +++ b/glm/detail/type_half.inl @@ -25,7 +25,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_half.inl +/// @file glm/detail/type_half.inl /// @date 2008-08-17 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_int.hpp b/glm/detail/type_int.hpp index 17d4d7c9..a993bfd0 100644 --- a/glm/detail/type_int.hpp +++ b/glm/detail/type_int.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_int.hpp +/// @file glm/detail/type_int.hpp /// @date 2008-08-22 / 2013-03-30 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat.hpp b/glm/detail/type_mat.hpp index e7033295..c8c77395 100644 --- a/glm/detail/type_mat.hpp +++ b/glm/detail/type_mat.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat.hpp +/// @file glm/detail/type_mat.hpp /// @date 2010-01-26 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat.inl b/glm/detail/type_mat.inl index 620b6d9c..73120fc9 100644 --- a/glm/detail/type_mat.inl +++ b/glm/detail/type_mat.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat.inl +/// @file glm/detail/type_mat.inl /// @date 2011-06-15 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat2x2.hpp b/glm/detail/type_mat2x2.hpp index 0f9c0b2f..a75bec71 100644 --- a/glm/detail/type_mat2x2.hpp +++ b/glm/detail/type_mat2x2.hpp @@ -20,8 +20,8 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. /// -/// @ref core -/// @file glm/core/type_mat2x2.hpp +/// @ref core +/// @file glm/detail/type_mat2x2.hpp /// @date 2005-01-27 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat2x2.inl b/glm/detail/type_mat2x2.inl index 95c88c9e..ac1a6af4 100644 --- a/glm/detail/type_mat2x2.inl +++ b/glm/detail/type_mat2x2.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat2x2.inl +/// @file glm/detail/type_mat2x2.inl /// @date 2005-01-16 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat2x3.hpp b/glm/detail/type_mat2x3.hpp index 8699a5b6..a875c7ce 100644 --- a/glm/detail/type_mat2x3.hpp +++ b/glm/detail/type_mat2x3.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat2x3.hpp +/// @file glm/detail/type_mat2x3.hpp /// @date 2006-10-01 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat2x3.inl b/glm/detail/type_mat2x3.inl index 64813c15..323af8b6 100644 --- a/glm/detail/type_mat2x3.inl +++ b/glm/detail/type_mat2x3.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat2x3.inl +/// @file glm/detail/type_mat2x3.inl /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat2x4.hpp b/glm/detail/type_mat2x4.hpp index b97d1e91..d2de32c7 100644 --- a/glm/detail/type_mat2x4.hpp +++ b/glm/detail/type_mat2x4.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat2x4.hpp +/// @file glm/detail/type_mat2x4.hpp /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat2x4.inl b/glm/detail/type_mat2x4.inl index e2ef8d90..13cac472 100644 --- a/glm/detail/type_mat2x4.inl +++ b/glm/detail/type_mat2x4.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat2x4.inl +/// @file glm/detail/type_mat2x4.inl /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat3x2.hpp b/glm/detail/type_mat3x2.hpp index 1a2b0c66..2829549a 100644 --- a/glm/detail/type_mat3x2.hpp +++ b/glm/detail/type_mat3x2.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat3x2.hpp +/// @file glm/detail/type_mat3x2.hpp /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat3x2.inl b/glm/detail/type_mat3x2.inl index 956bc866..19a46199 100644 --- a/glm/detail/type_mat3x2.inl +++ b/glm/detail/type_mat3x2.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat3x2.inl +/// @file glm/detail/type_mat3x2.inl /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat3x3.hpp b/glm/detail/type_mat3x3.hpp index 97d1ed2e..bc1ec22e 100644 --- a/glm/detail/type_mat3x3.hpp +++ b/glm/detail/type_mat3x3.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat3x3.hpp +/// @file glm/detail/type_mat3x3.hpp /// @date 2005-01-27 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat3x3.inl b/glm/detail/type_mat3x3.inl index 5fd41d0f..4f045bc9 100644 --- a/glm/detail/type_mat3x3.inl +++ b/glm/detail/type_mat3x3.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat3x3.inl +/// @file glm/detail/type_mat3x3.inl /// @date 2005-01-27 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat3x4.hpp b/glm/detail/type_mat3x4.hpp index 4574f563..30a702df 100644 --- a/glm/detail/type_mat3x4.hpp +++ b/glm/detail/type_mat3x4.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat3x4.hpp +/// @file glm/detail/type_mat3x4.hpp /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat3x4.inl b/glm/detail/type_mat3x4.inl index a8ff77d8..0a8ca7b8 100644 --- a/glm/detail/type_mat3x4.inl +++ b/glm/detail/type_mat3x4.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat3x4.inl +/// @file glm/detail/type_mat3x4.inl /// @date 2006-08-05 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat4x2.hpp b/glm/detail/type_mat4x2.hpp index 6de10768..69d83a6e 100644 --- a/glm/detail/type_mat4x2.hpp +++ b/glm/detail/type_mat4x2.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat4x2.hpp +/// @file glm/detail/type_mat4x2.hpp /// @date 2006-10-01 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat4x2.inl b/glm/detail/type_mat4x2.inl index b81bd747..8e73d987 100644 --- a/glm/detail/type_mat4x2.inl +++ b/glm/detail/type_mat4x2.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat4x2.inl +/// @file glm/detail/type_mat4x2.inl /// @date 2006-10-01 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat4x3.hpp b/glm/detail/type_mat4x3.hpp index a9210e7f..c49dc3df 100644 --- a/glm/detail/type_mat4x3.hpp +++ b/glm/detail/type_mat4x3.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat4x3.hpp +/// @file glm/detail/type_mat4x3.hpp /// @date 2006-08-04 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat4x3.inl b/glm/detail/type_mat4x3.inl index dd49c231..b8044254 100644 --- a/glm/detail/type_mat4x3.inl +++ b/glm/detail/type_mat4x3.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat4x3.inl +/// @file glm/detail/type_mat4x3.inl /// @date 2006-04-17 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat4x4.hpp b/glm/detail/type_mat4x4.hpp index dcb2a6a7..6ed0d230 100644 --- a/glm/detail/type_mat4x4.hpp +++ b/glm/detail/type_mat4x4.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat4x4.hpp +/// @file glm/detail/type_mat4x4.hpp /// @date 2005-01-27 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_mat4x4.inl b/glm/detail/type_mat4x4.inl index 6a1a0cd2..0902ae3c 100644 --- a/glm/detail/type_mat4x4.inl +++ b/glm/detail/type_mat4x4.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_mat4x4.inl +/// @file glm/detail/type_mat4x4.inl /// @date 2005-01-27 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec.hpp b/glm/detail/type_vec.hpp index 95e1e9f5..1d7affc1 100644 --- a/glm/detail/type_vec.hpp +++ b/glm/detail/type_vec.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec.hpp +/// @file glm/detail/type_vec.hpp /// @date 2010-01-26 / 2014-10-05 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec.inl b/glm/detail/type_vec.inl index 4f691b62..6028efd2 100644 --- a/glm/detail/type_vec.inl +++ b/glm/detail/type_vec.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec.inl +/// @file glm/detail/type_vec.inl /// @date 2011-06-15 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec1.hpp b/glm/detail/type_vec1.hpp index bd7aed19..7d73a2bb 100644 --- a/glm/detail/type_vec1.hpp +++ b/glm/detail/type_vec1.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec1.hpp +/// @file glm/detail/type_vec1.hpp /// @date 2008-08-25 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec1.inl b/glm/detail/type_vec1.inl index 6932c6dd..3c5c3eb7 100644 --- a/glm/detail/type_vec1.inl +++ b/glm/detail/type_vec1.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec1.inl +/// @file glm/detail/type_vec1.inl /// @date 2008-08-25 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec2.hpp b/glm/detail/type_vec2.hpp index a0446246..012e5556 100644 --- a/glm/detail/type_vec2.hpp +++ b/glm/detail/type_vec2.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec2.hpp +/// @file glm/detail/type_vec2.hpp /// @date 2008-08-18 / 2013-08-27 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec2.inl b/glm/detail/type_vec2.inl index 9a2326a8..98610b9d 100644 --- a/glm/detail/type_vec2.inl +++ b/glm/detail/type_vec2.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_tvec2.inl +/// @file glm/detail/type_tvec2.inl /// @date 2008-08-18 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec3.hpp b/glm/detail/type_vec3.hpp index fba9d015..ef4fc60d 100644 --- a/glm/detail/type_vec3.hpp +++ b/glm/detail/type_vec3.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec3.hpp +/// @file glm/detail/type_vec3.hpp /// @date 2008-08-22 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec3.inl b/glm/detail/type_vec3.inl index 75459d7b..188932d1 100644 --- a/glm/detail/type_vec3.inl +++ b/glm/detail/type_vec3.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_tvec3.inl +/// @file glm/detail/type_tvec3.inl /// @date 2008-08-22 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec4.hpp b/glm/detail/type_vec4.hpp index 9edd8f5b..69043410 100644 --- a/glm/detail/type_vec4.hpp +++ b/glm/detail/type_vec4.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_vec4.hpp +/// @file glm/detail/type_vec4.hpp /// @date 2008-08-22 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index 04135f8d..001230f2 100644 --- a/glm/detail/type_vec4.inl +++ b/glm/detail/type_vec4.inl @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_tvec4.inl +/// @file glm/detail/type_tvec4.inl /// @date 2008-08-23 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/gtx/matrix_decompose.hpp b/glm/gtx/matrix_decompose.hpp index 11a0f39d..c68c94a5 100644 --- a/glm/gtx/matrix_decompose.hpp +++ b/glm/gtx/matrix_decompose.hpp @@ -20,14 +20,14 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. /// -/// @ref gtx_decomposition -/// @file glm/gtx/decomposition.hpp +/// @ref gtx_matrix_decompose +/// @file glm/gtx/matrix_decompose.hpp /// @date 2014-08-29 / 2014-08-29 /// @author Christophe Riccio /// /// @see core (dependence) /// -/// @defgroup gtx_decomposition GLM_GTX_decomposition +/// @defgroup gtx_matrix_decompose GLM_GTX_matrix_decompose /// @ingroup gtx /// /// @brief Decomposes a model matrix to translations, rotation and scale components @@ -45,16 +45,16 @@ #include "../gtc/matrix_transform.hpp" #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) -# pragma message("GLM: GLM_GTX_decomposition extension included") +# pragma message("GLM: GLM_GTX_matrix_decompose extension included") #endif namespace glm { - /// @addtogroup gtx_decomposition + /// @addtogroup gtx_matrix_decompose /// @{ /// Decomposes a model matrix to translations, rotation and scale components - /// @see gtx_decomposition + /// @see gtx_matrix_decompose template GLM_FUNC_DECL bool decompose( tmat4x4 const & modelMatrix, diff --git a/glm/gtx/matrix_decompose.inl b/glm/gtx/matrix_decompose.inl index 39c4a87e..2490762d 100644 --- a/glm/gtx/matrix_decompose.inl +++ b/glm/gtx/matrix_decompose.inl @@ -20,8 +20,8 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. /// -/// @ref gtx_decomposition -/// @file glm/gtx/decomposition.inl +/// @ref gtx_matrix_decompose +/// @file glm/gtx/matrix_decompose.inl /// @date 2014-08-29 / 2014-08-29 /// @author Christophe Riccio ///////////////////////////////////////////////////////////////////////////////////