mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix header comment indendation
This commit is contained in:
+9
-16
@@ -44,11 +44,9 @@
|
||||
|
||||
namespace loot {
|
||||
/**@}*/
|
||||
/**********************************************************************/ /**
|
||||
* @name
|
||||
*Logging
|
||||
*Functions
|
||||
*************************************************************************/
|
||||
/**********************************************************************//**
|
||||
* @name Logging Functions
|
||||
*************************************************************************/
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
@@ -63,11 +61,9 @@ LOOT_API void SetLoggingCallback(
|
||||
std::function<void(LogLevel, const char*)> callback);
|
||||
|
||||
/**@}*/
|
||||
/**********************************************************************/ /**
|
||||
* @name
|
||||
*Version
|
||||
*Functions
|
||||
*************************************************************************/
|
||||
/**********************************************************************//**
|
||||
* @name Version Functions
|
||||
*************************************************************************/
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
@@ -88,12 +84,9 @@ LOOT_API bool IsCompatible(const unsigned int major,
|
||||
const unsigned int patch);
|
||||
|
||||
/**@}*/
|
||||
/**********************************************************************/ /**
|
||||
* @name
|
||||
*Lifecycle
|
||||
*Management
|
||||
*Functions
|
||||
*************************************************************************/
|
||||
/**********************************************************************//**
|
||||
* @name Lifecycle Management Functions
|
||||
*************************************************************************/
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user