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.
N_SYMBOL_RESOLVER
The N_SYMBOL_RESOLVER bit of the n_desc field indicates that the
that the function is actually a resolver function and should
be called to get the address of the real function to use.
This bit is only available in .o files (MH_OBJECT filetype)