diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-03-10 18:10:51 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-03-10 18:13:30 -0700 |
| commit | aa852f737b7504e01d0a4cd08c115ae508bb81c7 (patch) | |
| tree | 026250727cfe4dcfe1e06a2f9fec411b4dd60034 /lib/std/fs.zig | |
| parent | b13a55db97b14fac0462d2a1cb83be8dcb2eb335 (diff) | |
| download | zig-aa852f737b7504e01d0a4cd08c115ae508bb81c7.tar.gz zig-aa852f737b7504e01d0a4cd08c115ae508bb81c7.zip | |
improve documentation in std
A lot of these "shorthand" doc comments were redundant, low quality
filler content. Better to let the actual modules speak for themselves
with top level doc comments rather than trying to document their
aliases.
Diffstat (limited to 'lib/std/fs.zig')
| -rw-r--r-- | lib/std/fs.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/std/fs.zig b/lib/std/fs.zig index 6eba6fcb92..c9294e727a 100644 --- a/lib/std/fs.zig +++ b/lib/std/fs.zig @@ -1,3 +1,5 @@ +//! File System. + const std = @import("std.zig"); const builtin = @import("builtin"); const root = @import("root"); |
