more doxygen comment fixes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401686
This commit is contained in:
David Anderson 2007-11-16 02:27:02 +00:00
parent 2989163de4
commit 0f9a7eee81
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,11 @@
#include <IHandleSys.h>
#include <string.h>
/**
* @file IDBDriver.h
* @brief Defines interfaces for interacting with relational databases.
*/
#define SMINTERFACE_DBI_NAME "IDBI"
#define SMINTERFACE_DBI_VERSION 5

View File

@ -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