pub fn extract_inner_doc( path: impl AsRef<Path>, show_hidden_doc: bool, crlf: bool, ) -> Result<String, TransformError>
Open a Rust file and get its main inner documentation (//!), applying filters if needed.