]> git.tdb.fi Git - libs/gl.git/blobdiff - source/bindable.h
Lots of comment updates
[libs/gl.git] / source / bindable.h
index 000234515aeeea4a5b38effe0bf27173251b8896..76c2fb528b7967839fa606a6c8a076ce190ee525 100644 (file)
@@ -1,16 +1,13 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_BINDABLE_H_
 #define MSP_GL_BINDABLE_H_
 
 namespace Msp {
 namespace GL {
 
+/**
+A helper class for single-point binding.  Provides tracking of the currently
+bound object.
+*/
 template<typename T>
 class Bindable
 {