Fixed headers

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 4179ba688d
commit ea3e0d4ebd
  1. 1
      glm/core/_fixes.hpp
  2. 1
      glm/core/_swizzle.hpp
  3. 2
      glm/core/type_vec2.hpp
  4. 2
      glm/core/type_vec3.hpp
  5. 6
      glm/core/type_vec4.hpp
  6. 3
      glm/glm.hpp
  7. 2
      glm/gtx/bit.hpp

@ -20,6 +20,7 @@
/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
/// THE SOFTWARE. /// THE SOFTWARE.
/// ///
/// @ref core
/// @file glm/core/_fixes.hpp /// @file glm/core/_fixes.hpp
/// @date 2011-02-21 / 2011-02-16 /// @date 2011-02-21 / 2011-02-16
/// @author Christophe Riccio /// @author Christophe Riccio

@ -20,6 +20,7 @@
/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
/// THE SOFTWARE. /// THE SOFTWARE.
/// ///
/// @ref core
/// @file glm/core/_swizzle.hpp /// @file glm/core/_swizzle.hpp
/// @date 2006-04-20 / 2011-02-16 /// @date 2006-04-20 / 2011-02-16
/// @author Christophe Riccio /// @author Christophe Riccio

@ -21,7 +21,7 @@
/// THE SOFTWARE. /// THE SOFTWARE.
/// ///
/// @ref core /// @ref core
/// @file glm/core/type_tvec2.hpp /// @file glm/core/type_vec2.hpp
/// @date 2008-08-18 / 2011-06-15 /// @date 2008-08-18 / 2011-06-15
/// @author Christophe Riccio /// @author Christophe Riccio
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////

@ -21,7 +21,7 @@
/// THE SOFTWARE. /// THE SOFTWARE.
/// ///
/// @ref core /// @ref core
/// @file glm/core/type_tvec3.hpp /// @file glm/core/type_vec3.hpp
/// @date 2008-08-22 / 2011-06-15 /// @date 2008-08-22 / 2011-06-15
/// @author Christophe Riccio /// @author Christophe Riccio
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////

@ -21,7 +21,7 @@
/// THE SOFTWARE. /// THE SOFTWARE.
/// ///
/// @ref core /// @ref core
/// @file glm/core/type_tvec4.hpp /// @file glm/core/type_vec4.hpp
/// @date 2008-08-22 / 2011-06-15 /// @date 2008-08-22 / 2011-06-15
/// @author Christophe Riccio /// @author Christophe Riccio
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
@ -44,8 +44,8 @@ namespace detail
template <typename T> struct tvec2; template <typename T> struct tvec2;
template <typename T> struct tvec3; template <typename T> struct tvec3;
///Basic 4D vector type. /// Basic 4D vector type.
//! \ingroup core_template /// @ingroup core_template
template <typename T> template <typename T>
struct tvec4 struct tvec4
{ {

@ -20,11 +20,10 @@
/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
/// THE SOFTWARE. /// THE SOFTWARE.
/// ///
/// @ref core
/// @file glm/glm.hpp /// @file glm/glm.hpp
/// @date 2005-01-14 / 2011-05-16 /// @date 2005-01-14 / 2011-05-16
/// @author Christophe Riccio /// @author Christophe Riccio
///
/// @ref core
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
#include "core/_fixes.hpp" #include "core/_fixes.hpp"

@ -133,7 +133,7 @@ namespace glm
int const & ToBit); int const & ToBit);
/// @} /// @}
}// namespace glm } //namespace glm
#include "bit.inl" #include "bit.inl"

Loading…
Cancel
Save