Closed luke-titley closed 1 year ago
Is there any way to document a class generated with cpp_class! ?
/// Cant put docs here cpp_class!(pub unsafe struct MyClass as "MyClass");
Is there a work around for getting this sort of thing to work ?
Have you tried
cpp_class!( /// docs here pub unsafe struct MyClass as "MyClass" );
No I didn't think of that. Thank you.
Is there any way to document a class generated with cpp_class! ?
Is there a work around for getting this sort of thing to work ?