diff options
Diffstat (limited to 'modules/codec')
-rw-r--r-- | modules/codec/c++/schema_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/schema_factory.h b/modules/codec/c++/schema_factory.h index 47185be..bb8588f 100644 --- a/modules/codec/c++/schema_factory.h +++ b/modules/codec/c++/schema_factory.h @@ -40,7 +40,7 @@ struct schema_factory<schema::Tuple<T...>> { }; /** - * This creates the base schema + * This creates the base schema. For example an empty struct,tuple,union or anything else. */ template<typename T> constexpr schema_factory<T> build_schema() noexcept { |