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
CommentExtractor
Comment extractor that works with tree-sitter parse trees
CommentPatterns
Comment patterns for a programming language
JavaCommentExtractor
JavaScriptCommentExtractor
JavaScript/TypeScript comment extractor
PythonCommentExtractor
Python comment extractor
RustCommentExtractor

Traits§

LanguageCommentExtractor
Trait for language-specific comment extraction