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.
pubconstOptions = struct {
/// The address size of the target architectureaddr_size: u8 = @sizeOf(usize),
/// Endianness of the target architectureendian: std.builtin.Endian = native_endian,
/// Restrict the stack machine to a subset of opcodes used in call frame instructionscall_frame_context: bool = false,
}