Added documentation for some functions and methods.#123
Conversation
|
Thank you for working on this one! I'd suggest: i) fixing some typos regarding the proper use of Rust's docstrings (i.e.: missing whitespace on |
|
fixed typos and added documentation to more public functions, methods, structs and traits I could find. |
Pull Request Test Coverage Report for Build 14520630096Details
💛 - Coveralls |
|
You can squash the changes into a single commit, and use the conventional commits terminology, e.g Also, there are still some formatting issues, see the CI output, you can run |
e436e40 to
6b2af4c
Compare
|
made the required changes, can you review it once. |
|
@psg-19 your documentation should follow the recommended format from the docs here: In particular start with a concise summary. For these that's all that may be needed. But if more details are needed put those on a following paragraph or lines. It's OK to borrow wording from other projects like |
|
@psg-19 This is a good start. As a helpful tip try adding |
|
Closing in favor of #147. |
I've submitted a PR to address this issue: #109
Tried documenting some of functions and methods.