X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarydict.h;h=923ce39e3af3ca381b255aed354dcc04fb5d447c;hb=8955db30f9cd1c1566b349da29e669f065f84e36;hp=3b195617b1c45c8933d815030685171911de6ab8;hpb=27630d44298cb67e075c166f4421288cc8ca117e;p=libs%2Fdatafile.git diff --git a/source/binarydict.h b/source/binarydict.h index 3b19561..923ce39 100644 --- a/source/binarydict.h +++ b/source/binarydict.h @@ -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;