diff --git a/lib/std/zip.zig b/lib/std/zip.zig index 2f3f4d9dcd..bafd427262 100644 --- a/lib/std/zip.zig +++ b/lib/std/zip.zig @@ -1,8 +1,8 @@ -/// The .ZIP File Format Specification is found here: -/// https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt -/// -/// Note that this file uses the abbreviation "cd" for "central directory" -/// +//! The .ZIP File Format Specification is found here: +//! https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt + +// Note that this file uses the abbreviation "cd" for "central directory" + const builtin = @import("builtin"); const std = @import("std"); const testing = std.testing;