jpeddicord / askalono

A tool & library to detect open source licenses from texts
Apache License 2.0
256 stars 25 forks source link

Documentation #6

Closed jpeddicord closed 6 years ago

jpeddicord commented 6 years ago

Rust has some great support for generated API documentation, and I'm using approximately 0% of it by not adding doc comments. Time to fix that.

https://doc.rust-lang.org/beta/rustdoc/what-is-rustdoc.html

jpeddicord commented 6 years ago

Docs committed. There's still room for improvement, but these are decent so far.