Skip to content

Commit ea89748

Browse files
committed
update docs
1 parent a7e0ee2 commit ea89748

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

index.d

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ $(BOOKTABLE ,
1111
$(TH Description)
1212
)
1313
$(LEADINGROW Accessories)
14+
$(TR $(TDNW $(MREF mir,algebraic_alias,ion)) $(TD Mutable Amazon's Ion value))
1415
$(TR $(TDNW $(MREF mir,algebraic_alias,json)) $(TD Mutable JSON value))
16+
$(TR $(TDNW $(MREF mir,annotated)) $(TD Mutable generic Annotated value))
1517
$(TR $(TDNW $(MREF mir,array,allocation)) $(TD `std.array` reworked for Mir))
1618
$(TR $(TDNW $(MREF mir,format)) $(TD @nogc Formatting Utilities))
19+
$(TR $(TDNW $(MREF mir,lob)) $(TD Binar and Char Large Objects ))
1720
$(TR $(TDNW $(MREF mir,parse)) $(TD @nogc Parsing Utilities))
1821
$(TR $(TDNW $(MREF mir,range)) $(TD Ranges))
1922
$(TR $(TDNW $(MREF mir,serde)) $(TD Utilities for serialization libraries ))
2023
$(TR $(TDNW $(MREF mir,small_array)) $(TD Generic Small Arrays))
2124
$(TR $(TDNW $(MREF mir,small_string)) $(TD Generic Small Strings))
2225
$(TR $(TDNW $(MREF mir,string_map)) $(TD Ordered string-value associative array with fast lookup))
23-
$(TR $(TDNW $(MREF mir,lob)) $(TD Binar and Char Large Objects ))
2426
$(LEADINGROW Date and time)
2527
$(TR $(TDNW $(MREF mir,date)) $(TD Fast BetterC Date type with Boost ABI and mangling compatability))
2628
$(TR $(TDNW $(MREF mir,timestamp)) $(TD General purpose timestamp implementation with arbitrary precision ))

source/mir/serde.d

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ The attribute should be applied to a type definition.
143143
enum serdeRegister;
144144

145145
/++
146-
The attribute should be applied to a string-like member that should be de/serialized as an annotation / attribute.
146+
The attribute can be applied to a string-like member that should be de/serialized as an annotation / attribute.
147+
148+
Also, the attribute can be applied to on a type used in an algebraic type to denote that the type should be used to deserialize annotated value.
147149
148150
This feature is used in $(MIR_PACKAGE mir-ion).
149151
+/

0 commit comments

Comments
 (0)