|
|
|
|
|
by tasn
2037 days ago
|
|
I also like Rustdoc, using markdown and the new linking improvements. It's much better than learning yet another DSL.
However, there's one thing I find annoying, and that's the lack of a structure for parameters. Following the `# Arguments:` convention is redundant (I get it's petty, but I'm annoyed every time I write it), but more than that it's error-prone and limiting.
Because arguments names are just a convention that's not strictly enforced, it's not automatically checking the naming is correct, and it limits the ability of tools like cbindgen and flapigen (love them both) to transform param specific docs. |
|