Fix header comment indendation

This commit is contained in:
Oliver Hamlet
2020-07-11 18:27:37 +01:00
parent 3baa0e88e5
commit 2bdb847e6f
+9 -16
View File
@@ -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
*************************************************************************/
/**@{*/
/**