Browse Source

Updated doxygen

Christophe Riccio 14 years ago
parent
commit
6102b97b09
1 changed files with 8 additions and 0 deletions
  1. 8 0
      glm/gtc/swizzle.hpp

+ 8 - 0
glm/gtc/swizzle.hpp

@@ -51,11 +51,19 @@ namespace glm
 	/// @addtogroup gtc_swizzle
 	/// @addtogroup gtc_swizzle
 	/// @{
 	/// @{
 	
 	
+
 	template <typename T, template <typename> class vecType>
 	template <typename T, template <typename> class vecType>
 	T const & swizzle(	
 	T const & swizzle(	
 		vecType<T> const & v,
 		vecType<T> const & v,
 		comp x);
 		comp x);
 
 
+    /// 
+	/// 
+	/// @param v Vector source   
+	/// @param x 
+	/// @tparam T  
+    /// @tparam vecType 
+	/// @see gtc_swizzle
 	template <typename T, template <typename> class vecType>
 	template <typename T, template <typename> class vecType>
 	detail::tvec2<T> const & swizzle(
 	detail::tvec2<T> const & swizzle(
 		vecType<T> const & v,
 		vecType<T> const & v,