mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
std.compress.flate.Lookup: Replace invisible doc comments with top-level doc comments
I think it would be better if this invisible doc comments is top-level doc comments rather than doc comments. Because it is at the start of a source file. This makes the doc comments visible.
This commit is contained in:
parent
941677e083
commit
a3ad0a2f77
@ -1,7 +1,7 @@
|
||||
/// Lookup of the previous locations for the same 4 byte data. Works on hash of
|
||||
/// 4 bytes data. Head contains position of the first match for each hash. Chain
|
||||
/// points to the previous position of the same hash given the current location.
|
||||
///
|
||||
//! Lookup of the previous locations for the same 4 byte data. Works on hash of
|
||||
//! 4 bytes data. Head contains position of the first match for each hash. Chain
|
||||
//! points to the previous position of the same hash given the current location.
|
||||
|
||||
const std = @import("std");
|
||||
const testing = std.testing;
|
||||
const expect = testing.expect;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user