Skip to content

Commit

Permalink
fix(docgen): internal modules that were part of core.defaults would…
Browse files Browse the repository at this point in the history
… not be displayed in the developer modules section
  • Loading branch information
vhyrro committed Feb 6, 2023
1 parent 8d9ba19 commit c3099eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ docgen.generators = {
"",
list_modules_with_predicate(modules, function(data)
return not data.parsed.extension
and not vim.tbl_contains(core_defaults.parsed.config.public.enable, data.parsed.name)
and data.top_comment_data.internal
end),
}
Expand Down

0 comments on commit c3099eb

Please sign in to comment.