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.
pubconstCoffOptions = struct {
target: std.coff.IMAGE.FILE.MACHINE = .AMD64,
timestamp: i64 = 0,
/// If true, the MEM_WRITE flag will not be set in the .rsrc section headerread_only: bool = false,
/// If non-null, a symbol with this name and storage class EXTERNAL will be added to the symbol table.define_external_symbol: ?[]constu8 = null,
/// Re-use data offsets for resources with data that is identical.fold_duplicate_data: bool = false,
}