diff --git a/public/IDBDriver.h b/public/IDBDriver.h index c2ae715f..d4e35268 100644 --- a/public/IDBDriver.h +++ b/public/IDBDriver.h @@ -36,6 +36,11 @@ #include #include +/** + * @file IDBDriver.h + * @brief Defines interfaces for interacting with relational databases. + */ + #define SMINTERFACE_DBI_NAME "IDBI" #define SMINTERFACE_DBI_VERSION 5 diff --git a/public/IMemoryUtils.h b/public/IMemoryUtils.h index 1e90925c..1d6ba093 100644 --- a/public/IMemoryUtils.h +++ b/public/IMemoryUtils.h @@ -37,6 +37,11 @@ #define SMINTERFACE_MEMORYUTILS_NAME "IMemoryUtils" #define SMINTERFACE_MEMORYUTILS_VERSION 1 +/** + * @file IMemoryUtils.h + * @brief Interface for finding patterns in memory. + */ + namespace SourceMod { class IMemoryUtils : public SMInterface