diff --git a/doc/api/a00769.html b/doc/api/a00769.html
index 27ad9165..e2181f38 100644
--- a/doc/api/a00769.html
+++ b/doc/api/a00769.html
@@ -413,7 +413,13 @@ Functions
Compute the rotation between two vectors.
-
param orig vector, needs to be normalized param dest vector, needs to be normalized
+
- Parameters
-
+
+ orig | vector, needs to be normalized |
+ dest | vector, needs to be normalized |
+
+
+
- See also
- GLM_GTX_quaternion
diff --git a/glm/gtx/quaternion.hpp b/glm/gtx/quaternion.hpp
index 05a71dfa..3ce0b886 100644
--- a/glm/gtx/quaternion.hpp
+++ b/glm/gtx/quaternion.hpp
@@ -153,8 +153,8 @@ namespace glm
T const& a);
/// Compute the rotation between two vectors.
- /// param orig vector, needs to be normalized
- /// param dest vector, needs to be normalized
+ /// @param orig vector, needs to be normalized
+ /// @param dest vector, needs to be normalized
///
/// @see gtx_quaternion
template