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.
pubconstCreateWindowsBlockOptions = struct {
/// `null` means to leave the `ZIG_PROGRESS` environment variable unmodified./// If non-null, `std.os.windows.INVALID_HANDLE_VALUE` means to remove the/// environment variable, otherwise provide it with the given handle as an integer.zig_progress_handle: ?std.os.windows.HANDLE = null,
}