Improve API documentation

This commit is contained in:
Christophe Riccio
2017-08-17 17:36:40 +02:00
parent d93a3be4ac
commit 2240849164
34 changed files with 1639 additions and 1694 deletions

View File

@@ -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)

View File

@@ -1,7 +1,7 @@
/// @ref gtc_round
/// @file glm/gtc/round.inl
#include "../detail/func_integer.hpp"
#include "../integer.hpp"
namespace glm{
namespace detail