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.
constSortedFdeEntry = struct {
/// This FDE's value of `pc_begin`.pc_begin: u64,
/// Offset into the section of the corresponding FDE, including the entry header.fde_offset: u64,
}