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.
Zig › std/ › dwarf/ › ATE.zig
ATE.zig
Index
File
Code
pub const @"void" = 0x0 ;
pub const address = 0x1 ;
pub const boolean = 0x2 ;
pub const complex_float = 0x3 ;
pub const float = 0x4 ;
pub const signed = 0x5 ;
pub const signed_char = 0x6 ;
pub const unsigned = 0x7 ;
pub const unsigned_char = 0x8 ;
pub const imaginary_float = 0x9 ;
pub const packed_decimal = 0xa ;
pub const numeric_string = 0xb ;
pub const edited = 0xc ;
pub const signed_fixed = 0xd ;
pub const unsigned_fixed = 0xe ;
pub const decimal_float = 0xf ;
pub const UTF = 0x10 ;
pub const UCS = 0x11 ;
pub const ASCII = 0x12 ;
pub const lo_user = 0x80 ;
pub const hi_user = 0xff ;
pub const HP_float80 = 0x80 ;
pub const HP_complex_float80 = 0x81 ;
pub const HP_float128 = 0x82 ;
pub const HP_complex_float128 = 0x83 ;
pub const HP_floathpintel = 0x84 ;
pub const HP_imaginary_float80 = 0x85 ;
pub const HP_imaginary_float128 = 0x86 ;
pub const HP_VAX_float = 0x88 ;
pub const HP_VAX_float_d = 0x89 ;
pub const HP_packed_decimal = 0x8a ;
pub const HP_zoned_decimal = 0x8b ;
pub const HP_edited = 0x8c ;
pub const HP_signed_fixed = 0x8d ;
pub const HP_unsigned_fixed = 0x8e ;
pub const HP_VAX_complex_float = 0x8f ;
pub const HP_VAX_complex_float_d = 0x90 ;