Function rustdoc::passes::lint::unescaped_backticks::guess_end_of_code

source ·
fn guess_end_of_code(dox: &str, range: Range<usize>) -> Option<usize>
Expand description

Given a potentially unclosed inline code, attempt to find the end.