GREsau / okapi

OpenAPI (AKA Swagger) document generation for Rust projects
MIT License
606 stars 110 forks source link

okapi_add_operation_for_ visible in my projects documentation #69

Closed snaggen closed 2 years ago

snaggen commented 2 years ago

When i generate rustdoc for my project, I find okapi_add_operationfor functions in the documentation, which is a bit confusing since these are not visible in the project source anywhere (since I assume they are derived from the okapi macros). I assume it would be good if these functions could be generated with #[doc(hidden)] somehow...

ralpha commented 2 years ago

Thanks for the issue, good catch. Fixed in master, will be included in next release.