Doc/SDK: Fix missing NDK group

This commit is contained in:
Lynix
2016-11-18 12:03:35 +01:00
parent c65f19d8cf
commit 950068a60d

View File

@@ -25,6 +25,11 @@
#ifndef NDK_PREREQUESITES_HPP #ifndef NDK_PREREQUESITES_HPP
#define NDK_PREREQUESITES_HPP #define NDK_PREREQUESITES_HPP
/*!
* \defgroup NDK (NazaraSDK) Nazara Development Kit
* A library grouping every modules of Nazara into multiple higher-level features suchs as scene management (handled by an ECS), application, lua binding, etc.
*/
#include <Nazara/Prerequesites.hpp> #include <Nazara/Prerequesites.hpp>
// Importation/Exportation of the API // Importation/Exportation of the API