Module feature_metadata_detector

Module feature_metadata_detector 

Source
Expand description

Module for detecting feature metadata in source code comments

This module scans source files for special comments that start with “–feature-” and contain feature metadata. It supports multiple programming languages and their respective comment styles.

Structs§

FeatureMetadataComment

Functions§

scan_directory_for_feature_metadata
Scans a directory recursively for feature metadata comments

Type Aliases§

FeatureMetadataMap
Maps feature names to their metadata, organized by metadata key