Module parser

Module parser 

Source
Available on crate feature doc-audit only.
Expand description

Documentation parser for extracting and analyzing markdown content.

This module provides functionality to parse markdown documentation files and extract relevant information for validation including code blocks, API references, version references, and internal links.

Structs§

ApiReference
Represents an API reference found in documentation.
CodeExample
Represents a code example extracted from documentation.
DocumentationParser
Parser for documentation files that extracts validation-relevant content.
FeatureMention
Represents a feature flag mention in documentation.
InternalLink
Represents an internal link to another documentation file.
ParsedDocument
Represents a parsed documentation file with extracted content.
VersionReference
Represents a version reference found in documentation.

Enums§

ApiItemType
Types of API items that can be referenced in documentation.
VersionType
Types of version references that can appear in documentation.