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:
Loris Cro
2022-10-30 17:16:24 +01:00
parent 2b25d3c333
commit d4487b6a2e
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -449,6 +449,8 @@ var zigAnalysis;
currentType = childDecl;
curNav.declObjs.push(currentType);
}
window.x = currentType;
renderNav();