Open
Description
This could overlap with #19528 and/or #17334, but it is different enough that I'm opening a new issue.
In std.fs.path
, there are fmtAsUtf8Lossy
and fmtWtf16LeAsUtf8Lossy
:
Lines 1943 to 1956 in 624fa85
However, autodoc does not render with those names/doc comments included at all, instead rendering them as fmtUtf8
and fmtUtf16Le
:
From https://ziglang.org/documentation/master/std/#std.fs.path
I expect the std.fs.path
autodoc to have the names and doc comments from std/fs/path.zig
.