useroxygen::*;/// this is documentation
/// and this is too
////// **Parameters**:
////// * `bar`: this has one line of docs
/// * `baz`: this has
/// two lines of docs
////// this goes after the arguments section
fnfoo(bar:u32, baz: String, _undocumented:i32)->bool{
baz.len()> bar asusize}