diff --git a/glm/core/_fixes.hpp b/glm/core/_fixes.hpp index 2f217f53..e1c2b14f 100644 --- a/glm/core/_fixes.hpp +++ b/glm/core/_fixes.hpp @@ -20,6 +20,7 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. /// +/// @ref core /// @file glm/core/_fixes.hpp /// @date 2011-02-21 / 2011-02-16 /// @author Christophe Riccio diff --git a/glm/core/_swizzle.hpp b/glm/core/_swizzle.hpp index a4af4681..afcaa656 100644 --- a/glm/core/_swizzle.hpp +++ b/glm/core/_swizzle.hpp @@ -20,6 +20,7 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. /// +/// @ref core /// @file glm/core/_swizzle.hpp /// @date 2006-04-20 / 2011-02-16 /// @author Christophe Riccio diff --git a/glm/core/type_vec2.hpp b/glm/core/type_vec2.hpp index 332c36d7..b9f7aebe 100644 --- a/glm/core/type_vec2.hpp +++ b/glm/core/type_vec2.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_tvec2.hpp +/// @file glm/core/type_vec2.hpp /// @date 2008-08-18 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/core/type_vec3.hpp b/glm/core/type_vec3.hpp index 3458d750..2b504cee 100644 --- a/glm/core/type_vec3.hpp +++ b/glm/core/type_vec3.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_tvec3.hpp +/// @file glm/core/type_vec3.hpp /// @date 2008-08-22 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// diff --git a/glm/core/type_vec4.hpp b/glm/core/type_vec4.hpp index 25a98224..30c8ebce 100644 --- a/glm/core/type_vec4.hpp +++ b/glm/core/type_vec4.hpp @@ -21,7 +21,7 @@ /// THE SOFTWARE. /// /// @ref core -/// @file glm/core/type_tvec4.hpp +/// @file glm/core/type_vec4.hpp /// @date 2008-08-22 / 2011-06-15 /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////// @@ -44,8 +44,8 @@ namespace detail template struct tvec2; template struct tvec3; - ///Basic 4D vector type. - //! \ingroup core_template + /// Basic 4D vector type. + /// @ingroup core_template template struct tvec4 { diff --git a/glm/glm.hpp b/glm/glm.hpp index deee1712..50160786 100644 --- a/glm/glm.hpp +++ b/glm/glm.hpp @@ -20,11 +20,10 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. /// +/// @ref core /// @file glm/glm.hpp /// @date 2005-01-14 / 2011-05-16 /// @author Christophe Riccio -/// -/// @ref core /////////////////////////////////////////////////////////////////////////////////// #include "core/_fixes.hpp" diff --git a/glm/gtc/matrix_access.hpp b/glm/gtc/matrix_access.hpp index 63682738..938ed93c 100644 --- a/glm/gtc/matrix_access.hpp +++ b/glm/gtc/matrix_access.hpp @@ -19,12 +19,12 @@ /// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. -/// +/// /// @ref gtc_matrix_access /// @file glm/gtc/matrix_access.hpp /// @date 2005-12-27 / 2011-05-16 /// @author Christophe Riccio -/// +/// /// @see core (dependence) /// /// @defgroup gtc_matrix_access GLM_GTC_matrix_access: Access matrix rows and columns diff --git a/glm/gtx/bit.hpp b/glm/gtx/bit.hpp index 6f161bcb..d78f3ef7 100644 --- a/glm/gtx/bit.hpp +++ b/glm/gtx/bit.hpp @@ -133,7 +133,7 @@ namespace glm int const & ToBit); /// @} -}// namespace glm +} //namespace glm #include "bit.inl"