mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
autodoc: update to new func zir body structure
this is a hack meant to restore functionality for the upcoming release, a proper analysis of the new zir structure is required to make a robust change.
This commit is contained in:
@@ -449,6 +449,8 @@ var zigAnalysis;
|
||||
currentType = childDecl;
|
||||
curNav.declObjs.push(currentType);
|
||||
}
|
||||
|
||||
window.x = currentType;
|
||||
|
||||
renderNav();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user