Commit 86ef3202dd

Andrew Kelley <andrew@ziglang.org>
2020-07-06 00:44:25
add doc comment for std.Target.Os.WindowsVersion
1 parent 68be229
Changed files (1)
lib
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,