From 4b6e8ee2292d5f78b5568eec5734b702c6cb0a94 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 19 Jan 2024 15:44:40 +0100 Subject: codec: Expanded comment --- modules/codec/c++/schema_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec/c++/schema_factory.h') 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> { }; /** - * This creates the base schema + * This creates the base schema. For example an empty struct,tuple,union or anything else. */ template constexpr schema_factory build_schema() noexcept { -- cgit v1.2.3