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.
pubconstReplaceOptions = struct {
argv: []const []constu8,
expand_arg0: ArgExpansion = .no_expand,
/// Replaces the environment when provided. The PATH value from here is/// never used to resolve `argv[0]`.environ_map: ?*constEnviron.Map = null,
}