auto_group_objects
docblock
auto_group_objects(module_name::Module) -> Vector{Tuple{ReferenceGroup, Vector{Symbol}}}Automatically group objects by type (functions, types, constants). Used as fallback when no custom grouping is specified.
Arguments
module_name::Module: Module to analyze