roxygen 1.0.4

Seamlessly document function parameters with rustdoc
Documentation
1
2
3
4
5
6
error: The #[roxygen] attribute must come before the parameters_section attribute.
       Place it before any of the doc comments for the function.
 --> tests/fail/wrong_arguments_section_placement.rs:7:1
  |
7 | #[roxygen]
  | ^^^^^^^^^^