class Utils::ConfigFile::CodeIndexer

tools and the output filenames.
The formats config configures the output file formats for different indexing
generation process.
The paths config configures the directories to be included in the index
end
config.formats = { ‘ctags’ => ‘tags’, ‘cscope’ => ‘cscope.out’ }
config.paths = %w[ lib spec ]
indexer = Utils::ConfigFile.new.code_indexer do |config|
@example
indexing tool.
should be indexed and what file formats should be generated for each
like ctags and cscope. It provides functionality to define which paths
This class manages the configuration settings for generating code indexes
A configuration class for code indexing operations.