Open
Description
We should consider supporting user documentation on the generated C++.
So if someone writes:
#[cxx_qt::bridge]
mod qobject {
extern "RustQt" {
/// A documentation comment
#[qinvokable]
fn my_invokable(self: &MyObject);
}
}
The A documentation comment
should be exported as a Doxygen-compatible documentation comment into the generated C++ code.