You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you referring to output generated by cargo doc? If so that's not something a library can control and you'd need to look into reporting the issue there.
I am not sure if this is even possible at the library level. If it is not, feel free to close this issue.
Issue
If you are writing a library and you have something like:
this will generate documentation using
cargo doc
like:If you are using
uom
to have a constant length like:this will generate documentation like:
Suggestion
It would be great if the generated doc had an extra comment line to show what the numeric value of the constant is. Something like:
Or anything along those lines.
The text was updated successfully, but these errors were encountered: