summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/codec/c++/schema_factory.h2
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 {