//! Helper functions for Dart bridge code generation.
//!
//! Provides utilities for documentation emission.
use crateLanguage;
use crateclean_doc;
/// Emit cleaned Dartdoc documentation for a Rust-side bridge function.
///
/// Cleans Rust-specific doc strings and formats as Dartdoc (/// ...).
/// This documentation is picked up by FRB and propagates to the Dart-side generated code.
pub