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.
pubconstAssemblyOptions = struct {
name: []constu8,
source_file: LazyPath,
/// To choose the same computer as the one building the package, pass the/// `host` field of the package's `Build` instance.target: ResolvedTarget,
optimize: std.builtin.OptimizeMode,
max_rss: u64 = 0,
zig_lib_dir: ?LazyPath = null,
}