Skip to content

Commit

Permalink
autodoc: fix sidebar regression and other minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Apr 26, 2023
1 parent b294bff commit d0311e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3158,7 +3158,7 @@ const NAV_MODES = {
const DEFAULT_HASH = NAV_MODES.API + zigAnalysis.modules[zigAnalysis.rootMod].name;
switch (mode) {
case NAV_MODES.API:
// #A;MODULE:decl.decl.decl?search-term
// #A;MODULE:decl.decl.decl?search-term
curNav.mode = mode;

let parts = nonSearchPart.split(":");
Expand Down

0 comments on commit d0311e2

Please sign in to comment.