forked from mirror/Riven
1
0
Fork 0

Always display queue notes in doc comment

v/2.x.x
Mingwei Samuel 2023-11-15 11:39:57 -08:00
parent 09f0f2562b
commit ac12a8bfc2
1 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,11 @@ newtype_enum! {
{{~ desc :line }} {{~ desc :line }}
/// {{= line }} /// {{= line }}
{{~}} {{~}}
{{? e['x-deprecated'] }} {{? e.notes }}
///
/// {{= e.notes }} /// {{= e.notes }}
{{?}}
{{? e['x-deprecated'] }}
#[deprecated(note="{{= e.notes }}")] #[deprecated(note="{{= e.notes }}")]
{{?}} {{?}}
{{= e['x-name'] }} = {{= e['x-value'] }}, {{= e['x-name'] }} = {{= e['x-value'] }},