commit 278c429f84c615d5283657ef704fe30a2ba09ffa
parent 3486a3623786dda3d718f8424d27bd60e1e829b8
Author: Alexey Yerin <yyp@disroot.org>
Date: Thu, 5 Oct 2023 21:01:56 +0300
cmd/haredoc: Add missing newlines after declarations in the index
Signed-off-by: Alexey Yerin <yyp@disroot.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cmd/haredoc/doc/html.ha b/cmd/haredoc/doc/html.ha
@@ -184,6 +184,7 @@ fn tocentries(
undoc = true;
};
unparse::decl(out, &syn_centry, decls[i])?;
+ fmt::fprintln(out)?;
};
fmt::fprint(out, "</pre>")?;
return;