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.
pubconstBaseRelocationDirectoryEntry = externstruct {
/// The image base plus the page RVA is added to each offset to create the VA where the base relocation must be applied.page_rva: u32,
/// The total number of bytes in the base relocation block, including the Page RVA and Block Size fields and the Type/Offset fields that follow.block_size: u32,
}