Improve API documentation
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
// Dependencies
|
||||
#include "../detail/setup.hpp"
|
||||
#include "../detail/qualifier.hpp"
|
||||
#include "../detail/func_common.hpp"
|
||||
#include "../detail/func_integer.hpp"
|
||||
#include "../detail/func_exponential.hpp"
|
||||
#include "../common.hpp"
|
||||
#include "../integer.hpp"
|
||||
#include "../exponential.hpp"
|
||||
#include <limits>
|
||||
|
||||
#if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/// @ref gtc_round
|
||||
/// @file glm/gtc/round.inl
|
||||
|
||||
#include "../detail/func_integer.hpp"
|
||||
#include "../integer.hpp"
|
||||
|
||||
namespace glm{
|
||||
namespace detail
|
||||
|
||||
Reference in New Issue
Block a user