//! Google-style docstring support.
//!
//! Internal: the parser and the model conversion for Google-style docstrings.
//! Reached from outside through [`parse_google`](crate::parse::parse_google)
//! and [`Parsed::to_model`](crate::syntax::Parsed::to_model) — the tree the
//! parser builds carries no per-style structure.
pub
pub
pub
pub
pub use parse_google;