]> git.tdb.fi Git - libs/al.git/blobdiff - source/buffer.h
Bump version for release
[libs/al.git] / source / buffer.h
index 3680e5411ac3f7dd900846a652dc00b0fcfc1fbc..b9020ee907253a09f1c39acf2494122930425b5c 100644 (file)
@@ -19,6 +19,9 @@ namespace AL {
 
 class Sound;
 
+/**
+Buffers are used to store audio data and feed it into a Source.
+*/
 class Buffer
 {
 public: