tiny.zen.FootnoteDefinition
Defined in tiny.zen.
API (5)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/footnote/model.zig:3
zig
pub const Definition = struct { key: []const u8, text: []const u8, number: usize = 0, references: usize = 0, active: bool = true,};Source: lib/zen/src/root.zig:113
zig
/// One footnote definition with assigned display and reference counts.pub const FootnoteDefinition = footnote.Definition;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |