more doxygen comment fixes
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401686
This commit is contained in:
parent
2989163de4
commit
0f9a7eee81
@ -36,6 +36,11 @@
|
|||||||
#include <IHandleSys.h>
|
#include <IHandleSys.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file IDBDriver.h
|
||||||
|
* @brief Defines interfaces for interacting with relational databases.
|
||||||
|
*/
|
||||||
|
|
||||||
#define SMINTERFACE_DBI_NAME "IDBI"
|
#define SMINTERFACE_DBI_NAME "IDBI"
|
||||||
#define SMINTERFACE_DBI_VERSION 5
|
#define SMINTERFACE_DBI_VERSION 5
|
||||||
|
|
||||||
|
@ -37,6 +37,11 @@
|
|||||||
#define SMINTERFACE_MEMORYUTILS_NAME "IMemoryUtils"
|
#define SMINTERFACE_MEMORYUTILS_NAME "IMemoryUtils"
|
||||||
#define SMINTERFACE_MEMORYUTILS_VERSION 1
|
#define SMINTERFACE_MEMORYUTILS_VERSION 1
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file IMemoryUtils.h
|
||||||
|
* @brief Interface for finding patterns in memory.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace SourceMod
|
namespace SourceMod
|
||||||
{
|
{
|
||||||
class IMemoryUtils : public SMInterface
|
class IMemoryUtils : public SMInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user