diff --git a/riven/srcgen/consts/queue.rs.dt b/riven/srcgen/consts/queue.rs.dt index 3922b66..585111d 100644 --- a/riven/srcgen/consts/queue.rs.dt +++ b/riven/srcgen/consts/queue.rs.dt @@ -14,8 +14,11 @@ newtype_enum! { {{~ desc :line }} /// {{= line }} {{~}} -{{? e['x-deprecated'] }} +{{? e.notes }} + /// /// {{= e.notes }} +{{?}} +{{? e['x-deprecated'] }} #[deprecated(note="{{= e.notes }}")] {{?}} {{= e['x-name'] }} = {{= e['x-value'] }},