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.
pubconstTerminalMode = union(enum) {
off,
ansi_escape_codes,
/// This is not the same as being run on windows because other terminals/// exist like MSYS/git-bash.windows_api: if (is_windows) WindowsApielsenoreturn,
pubconstWindowsApi = struct {
/// The output code page of the console.code_page: windows.UINT,
};
}