From 950068a60d72bb938e0ce37bb0bece9484dafb10 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 18 Nov 2016 12:03:35 +0100 Subject: [PATCH] Doc/SDK: Fix missing NDK group --- SDK/include/NDK/Prerequesites.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SDK/include/NDK/Prerequesites.hpp b/SDK/include/NDK/Prerequesites.hpp index 78b894ccc..f1ff2757a 100644 --- a/SDK/include/NDK/Prerequesites.hpp +++ b/SDK/include/NDK/Prerequesites.hpp @@ -25,6 +25,11 @@ #ifndef 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 // Importation/Exportation of the API