Fix documentation for module: Core

Former-commit-id: da32124ed87931c0b574bcad2b1ab44825e756bc
This commit is contained in:
Gawaboumga
2016-05-30 14:09:51 +02:00
parent 9eae42f72b
commit 6b1cfca761
11 changed files with 421 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
#include <type_traits>
#define NazaraCheckTypeAndVal(name, type, op, val, err) static_assert(std::is_ ##type <decltype(name)>::value && name op val, #type err)
// We fore the value of MANAGE_MEMORY in debug
// We force the value of MANAGE_MEMORY in debug
#if defined(NAZARA_DEBUG) && !NAZARA_CORE_MANAGE_MEMORY
#undef NAZARA_CORE_MANAGE_MEMORY
#define NAZARA_CORE_MANAGE_MEMORY 0