diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-19 15:44:40 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-19 15:44:40 +0100 |
commit | 4b6e8ee2292d5f78b5568eec5734b702c6cb0a94 (patch) | |
tree | be44d147b6d6f4733737ccb6cab531f2becf9d24 /modules/codec/c++ | |
parent | b5bac7fdeed4e1730f78226bd44bf9cdb1167198 (diff) |
codec: Expanded comment
Diffstat (limited to 'modules/codec/c++')
-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 { |