From a44eec64161bcd45facf5470551f525343fa21be Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Fri, 14 Mar 2014 18:27:32 +0000 Subject: [PATCH] Fixed API doc section not ending. --- src/api/api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/api.h b/src/api/api.h index 2bb1ec7b..9652ff7c 100644 --- a/src/api/api.h +++ b/src/api/api.h @@ -238,6 +238,8 @@ LOOT_API bool loot_is_compatible (const unsigned int versionMajor, const unsigne LOOT_API unsigned int loot_get_version (unsigned int * const versionMajor, unsigned int * const versionMinor, unsigned int * const versionPatch); +///@} + /***************************************//** @name Lifecycle Management Functions *******************************************/