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
The doxygen documentation always refers to the types by name, but since we generate things into different files and even crates, we need to add corresponding imports so that rustdoc can do its job properly.
How to investigate:
Generate the documentation and investigate the warnings regarding unresolved intra doc links:
cargo doc --all-features
The text was updated successfully, but these errors were encountered:
The doxygen documentation always refers to the types by name, but since we generate things into different files and even crates, we need to add corresponding imports so that rustdoc can do its job properly.
How to investigate:
Generate the documentation and investigate the warnings regarding unresolved intra doc links:
The text was updated successfully, but these errors were encountered: