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.
constParseInfo = struct {
// 10 or 16base: u8,
// 10^19 fits in u64, 16^16 fits in u64max_mantissa_digits: usize,
// e.g. e or p (E and P also checked)exp_char_lower: u8,
}