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...
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...