docs: clarify doc comments on ResolvedConfig selector and raw_html fields

This commit is contained in:
Jacob Magar 2026-04-11 12:18:53 -04:00
parent 3bc6a9920b
commit e7583a5c51

View file

@ -108,10 +108,13 @@ pub struct ResolvedConfig {
pub timeout: u64,
pub pdf_mode: PdfModeArg,
pub only_main_content: bool,
/// CLI-only output flag — not configurable via config.json (it is a per-run mode, not a persistent default).
pub raw_html: bool,
// CSS selectors
/// Vec<String> — CSS selectors passed directly to extraction filter.
pub include_selectors: Vec<String>,
/// Vec<String> — CSS selectors passed directly to extraction filter.
pub exclude_selectors: Vec<String>,
// Crawl