randomPoison / cs-bindgen

Experiment in using Rust to build a library that can be loaded by Unity across multiple platforms
4 stars 0 forks source link

Hide generated items from rustdoc documentation #56

Open randomPoison opened 4 years ago

randomPoison commented 4 years ago

Currently, all generated items show up in rustdoc documentation:

image

We should apply the #[doc(hidden)] attribute to any generated items so that they don't pollute documentation.