Fix InitialiseLocale() not appearing in docs

This commit is contained in:
Oliver Hamlet
2017-03-19 18:41:16 +00:00
parent dbfeea47c1
commit 766b0f7309
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -33,6 +33,8 @@ Functions
.. doxygenfunction:: loot::IsCompatible
.. doxygenfunction:: loot::InitialiseLocale
.. doxygenfunction:: loot::CreateGameHandle
Interfaces
+1 -1
View File
@@ -97,7 +97,7 @@ LOOT_API bool IsCompatible(const unsigned int major,
*
* This sets the global locale up so that the library's UTF-8 support can
* function.
* @param locale A locale ID.
* @param id A locale ID.
*/
LOOT_API void InitialiseLocale(const std::string& id);