mirror of https://github.com/MingweiSamuel/Riven
Always display queue notes in doc comment
parent
09f0f2562b
commit
ac12a8bfc2
|
@ -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'] }},
|
||||
|
|
Loading…
Reference in New Issue