fix description

This commit is contained in:
2023-02-01 15:32:38 +01:00
parent f4a812a7d2
commit f4581ba4cd
2 changed files with 392 additions and 418 deletions

View File

@@ -42,7 +42,7 @@ pub fn render_description_from_input_value(t: &InputValue, name: &String) -> Opt
output.push();
}
for line in lines {
for line in lines.iter().skip(1) {
output.append(quote! {
$(format!("/// {line}"))
});