We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb93623 commit e413adfCopy full SHA for e413adf
src/lib/support/FluentTreeObject.h
@@ -42,10 +42,10 @@ namespace chip {
42
/// Where a `ByFoo` structure looks like:
43
///
44
/// struct ByFoo {
45
-/// using Key = int; // the KEY inside a type │ │ │ using Type = SomeContainerStruct; // the values for
46
-/// a sub-search │ │ │ static Span<Type> GetSpan(Data
47
-/// & data) { /* return ... */ } │ │ │ static bool HasKey(const Key & id, const Type & instance)
48
-/// { /* return "instance has key id" */ }
+/// using Key = int; // the KEY inside a type
+/// using Type = SomeContainerStruct; // the values for a sub-search
+/// static Span<Type> GetSpan(Data & data) { /* return ... */ }
+/// static bool HasKey(const Key & id, const Type & instance) { /* return "instance has key id" */ }
49
/// }
50
51
/// Where we define:
0 commit comments