DoxigAlpha

Fixups

Fields of this type

Fields

#
unused_var_decls:std.AutoHashMapUnmanaged(Ast.TokenIndex, void)
The key is the mut token (`var`/`const`) of the variable declaration
gut_functions:std.AutoHashMapUnmanaged(Ast.Node.Index, void)
The functions in this unordered set of AST fn decl nodes will render
omit_nodes:std.AutoHashMapUnmanaged(Ast.Node.Index, void)
These global declarations will be omitted.
replace_nodes_with_string:std.AutoHashMapUnmanaged(Ast.Node.Index, []const u8)
These expressions will be replaced with the string value.
append_string_after_node:std.AutoHashMapUnmanaged(Ast.Node.Index, []const u8)
The string value will be inserted directly after the node.
replace_nodes_with_node:std.AutoHashMapUnmanaged(Ast.Node.Index, Ast.Node.Index)
These nodes will be replaced with a different node.
rename_identifiers:std.StringArrayHashMapUnmanaged([]const u8)
Change all identifier names matching the key to be value instead.
rebase_imported_paths:?[]const u8
All `@import` builtin calls which refer to a file path will be prefixed

Functions in this namespace

Functions

#