ares
ares copied to clipboard
Use Rust-style doc comments
Instead of /* ... */
style comments for functions and structs, we should be using ///
s, as instructed here.