]> git.tdb.fi Git - libs/gl.git/blobdiff - source/tag.h
Merge branch 'animation-rework'
[libs/gl.git] / source / tag.h
index 47c4643e1fa8e27fd5fe73fe96c84ce78650d938..28b4fa010e8b0f12980df476f7ac8160a2c922fb 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_TAG_H_
 #define MSP_GL_TAG_H_
 
@@ -13,6 +6,10 @@ Distributed under the LGPL
 namespace Msp {
 namespace GL {
 
+/**
+Provides transparent string-to-hash conversion for faster comparison.  An empty
+string is guaranteed to have an id of 0.
+*/
 struct Tag
 {
        unsigned id;