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 }}
|
{{~ 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'] }},
|
||||||
|
|
Loading…
Reference in New Issue