-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Use the conventional comment syntax #174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
src/app.rs
Outdated
|
||
/// Return iterator of the available scroll directions. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also remove these extra newlines?
src/app.rs
Outdated
|
||
/// Check if input mode is set. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary newlines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just pushed , please check , hope I have not missed anything now 😅
CI is failing due to invalid doc comments: https://github.com/orhun/kmon/actions/runs/11220108587/job/31215613896?pr=174 See https://doc.rust-lang.org/reference/comments.html I guess we are still not ready :) |
So sorry, actually it is my first time trying rust. I think I have used |
No worries :) |
As per the docs, we have to use |
Yup, please. Those look good |
Done 👍 |
Can you run |
Yeah, sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution (and bearing with me :D)
|
Description
Changed the comments syntax from
/* */
to///
in the codebase.Types of changes
Checklist: