Module extractors

Source
Expand description

Comment extractors for source code files

This module provides extractors that work with tree-sitter parse trees to extract comments and documentation from various programming languages.

Structs§

CCommentExtractor
Comment extractor for a specific programming language
CommentExtractor
Comment extractor that works with tree-sitter parse trees
CommentPatterns
Comment patterns for a programming language
JavaCommentExtractor
Comment extractor for a specific programming language
JavaScriptCommentExtractor
JavaScript/TypeScript comment extractor
PythonCommentExtractor
Python comment extractor
RustCommentExtractor
Comment extractor for a specific programming language

Traits§

LanguageCommentExtractor
Trait for language-specific comment extraction