summaryrefslogtreecommitdiff
path: root/src/api/api_memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/api_memory.cpp')
-rw-r--r--src/api/api_memory.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/api_memory.cpp b/src/api/api_memory.cpp
index c3df0f9..94e109e 100644
--- a/src/api/api_memory.cpp
+++ b/src/api/api_memory.cpp
@@ -25,6 +25,11 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * \file api_memory.cpp
+ * \brief Memory objects
+ */
+
#include "CL/cl.h"
#include <core/memobject.h>
#include <core/context.h>