diff --git a/include/caosdb/data_type.h b/include/caosdb/data_type.h index a7798c4f5542981c611566a51984b6028664ad47..cd141d68477d7d5b30a9f8bdfb46dc3440ed6c0c 100644 --- a/include/caosdb/data_type.h +++ b/include/caosdb/data_type.h @@ -19,6 +19,12 @@ * */ +/** + * DataTypes have 2 dimensions: They may be atomic or reference typed, and they may be scalar or + * list valued. If they are atomic, they have an AtomicDataType. If they are reference typed, the + * reference name can be obtained with GetName(). + */ + #ifndef CAOSDB_DATA_TYPE_H #define CAOSDB_DATA_TYPE_H #include "caosdb/protobuf_helper.h" // for ProtoMessageWrapper