From 0f9a7eee81ede644213a937c84019d2584674174 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 16 Nov 2007 02:27:02 +0000 Subject: [PATCH] more doxygen comment fixes --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401686 --- public/IDBDriver.h | 5 +++++ public/IMemoryUtils.h | 5 +++++ 2 files changed, 10 insertions(+) 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