mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix InitialiseLocale() not appearing in docs
This commit is contained in:
@@ -33,6 +33,8 @@ Functions
|
||||
|
||||
.. doxygenfunction:: loot::IsCompatible
|
||||
|
||||
.. doxygenfunction:: loot::InitialiseLocale
|
||||
|
||||
.. doxygenfunction:: loot::CreateGameHandle
|
||||
|
||||
Interfaces
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user