Updated API documentation

This commit is contained in:
Christophe Riccio
2017-08-17 21:00:32 +02:00
parent dfd700e44b
commit 72e6b8973f
13 changed files with 4426 additions and 93 deletions

View File

@@ -70,6 +70,11 @@
/// Even if it's highly unrecommended, it's possible to include all the extensions
/// at once by including <glm/ext.hpp>. Otherwise, each extension needs to be
/// included a specific file.
///
/// @mainpage OpenGL Mathematics (GLM)
/// - Website: <a href="https://glm.g-truc.net">glm.g-truc.net</a>
/// - <a href="modules.html">GLM API documentation</a>
/// - <a href="https://github.com/g-truc/glm/blob/master/manual.md">GLM Manual</a>
#include "detail/_fixes.hpp"