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.
FUTEX2_SIZE
For futex v2 API, the size of the futex at the uaddr. v1 futex are
always implicitly U32. As of kernel v6.14, only U32 is implemented
for v2 futexes.