From 6102b97b0961c57f85136302a5e7eb4dfcdabfa3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 16 Dec 2011 23:28:05 +0000 Subject: [PATCH] Updated doxygen --- glm/gtc/swizzle.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/glm/gtc/swizzle.hpp b/glm/gtc/swizzle.hpp index e09d03e0..0fa9ead0 100644 --- a/glm/gtc/swizzle.hpp +++ b/glm/gtc/swizzle.hpp @@ -51,11 +51,19 @@ namespace glm /// @addtogroup gtc_swizzle /// @{ + template class vecType> T const & swizzle( vecType const & v, comp x); + /// + /// + /// @param v Vector source + /// @param x + /// @tparam T + /// @tparam vecType + /// @see gtc_swizzle template class vecType> detail::tvec2 const & swizzle( vecType const & v,