authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-07-05 22:44:25+00:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-07-05 22:44:25+00:00
log86ef3202dd5f4198411b39abdbea293832ebaad9
tree141ddbb1f0fb0ceb928a78a002eccdc7fc2e535c
parent68be2299172f6d87ed5db2ad2a7fcbdef2085725

add doc comment for std.Target.Os.WindowsVersion


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/target.zig+2
......@@ -102,6 +102,8 @@ pub const Target = struct {
102102 }
103103 };
104104
105 /// This function is defined to serialize a Zig source code representation of this
106 /// type, that, when parsed, will deserialize into the same data.
105107 pub fn format(
106108 self: WindowsVersion,
107109 comptime fmt: []const u8,