This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.
writeFileTimestamp
Writer.writeFileTimestamp
pubfnwriteFileTimestamp(
w: *Writer,
/// Assumed to use `/` for any path separators.sub_path: []constu8,
file_reader: *Io.File.Reader,
mtime: Io.Timestamp,
) WriteFileError!void