author | Florian Pose <fp@igh-essen.com> |
Tue, 11 Oct 2011 14:06:07 +0200 | |
branch | stable-1.5 |
changeset 2122 | 23414e7559de |
parent 2121 | d05df15dcc6c |
child 2123 | 4c335a1d4db0 |
--- a/tool/DataTypeHandler.cpp Thu Sep 22 18:51:31 2011 +0200 +++ b/tool/DataTypeHandler.cpp Tue Oct 11 14:06:07 2011 +0200 @@ -74,7 +74,7 @@ << " bool," << endl << " int8, int16, int32, int64," << endl << " uint8, uint16, uint32, uint64," << endl - << " float, double" << endl + << " float, double," << endl << " string, octet_string, unicode_string." << endl << "For sign-and-magnitude coding, use the following types:" << endl << " sm8, sm16, sm32, sm64" << endl;