Zig 0.17.0-dev (Split by item)

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.

Options

Translator.Options
pub const Options = struct

File

lib/compiler/translate-c/Translator.zig:239

Code

pub const Options = struct {
    gpa: mem.Allocator,
    comp: *aro.Compilation,
    pp: *const aro.Preprocessor,
    tree: *const aro.Tree,
    module_libs: bool,
    pub_static: bool,
    func_bodies: bool,
    keep_macro_literals: bool,
    default_init: bool,
    strict_flex_arrays: StrictFlexArraysLevel,
}