zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 974977f12f06726d96e751106cc06eb02f6b0147 (tree)
parent 83390bdfdde211a73be42e16a41cd2102c429bbd
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri,  5 Apr 2019 23:12:25 -0400

docgen: add a space between the header and the section symbol

Diffstat:
Mdoc/docgen.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/docgen.zig b/doc/docgen.zig @@ -966,7 +966,7 @@ fn genHtml(allocator: *mem.Allocator, tokenizer: *Tokenizer, toc: *Toc, out: var }, Node.HeaderOpen => |info| { try out.print( - "<h{} id=\"{}\"><a href=\"#toc-{}\">{}</a><a class=\"hdr\" href=\"#{}\">§</a></h{}>\n", + "<h{} id=\"{}\"><a href=\"#toc-{}\">{}</a> <a class=\"hdr\" href=\"#{}\">§</a></h{}>\n", info.n, info.url, info.url,