From 86ef3202dd5f4198411b39abdbea293832ebaad9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 5 Jul 2020 22:44:25 +0000 Subject: [PATCH] add doc comment for std.Target.Os.WindowsVersion --- lib/std/target.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/std/target.zig b/lib/std/target.zig index 8edc4acea86364aec82b6100098e38dbb842499d..110b7a088f50a8a643a9fad2e7232837e12b6239 100644 --- a/lib/std/target.zig +++ b/lib/std/target.zig @@ -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, -- 2.54.0