]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binarydict.h
Consider full statement signature when dealing with auxiliary loaders
[libs/datafile.git] / source / binarydict.h
index 3b195617b1c45c8933d815030685171911de6ab8..923ce39e3af3ca381b255aed354dcc04fb5d447c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_BINARYDICT_H_
 #define MSP_DATAFILE_BINARYDICT_H_
 
@@ -13,6 +6,9 @@ Distributed under the LGPL
 namespace Msp {
 namespace DataFile {
 
+/**
+Stores statement information for binary files.
+*/
 struct DictEntry
 {
        std::string keyword;