add doc comment for std.Target.Os.WindowsVersion

This commit is contained in:
Andrew Kelley 2020-07-05 22:44:25 +00:00
parent 68be229917
commit 86ef3202dd

View File

@ -102,6 +102,8 @@ pub const Target = struct {
}
};
/// This function is defined to serialize a Zig source code representation of this
/// type, that, when parsed, will deserialize into the same data.
pub fn format(
self: WindowsVersion,
comptime fmt: []const u8,