doc: Use the conventional comment syntax#174
doc: Use the conventional comment syntax#174orhun merged 6 commits intoorhun:masterfrom Muhammad-Owais-Warsi:master
Conversation
src/app.rs
Outdated
|
|
||
| /// Return iterator of the available scroll directions. | ||
|
|
||
|
|
There was a problem hiding this comment.
Can you also remove these extra newlines?
src/app.rs
Outdated
|
|
||
| /// Check if input mode is set. | ||
|
|
||
|
|
There was a problem hiding this comment.
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. |
orhun
left a comment
There was a problem hiding this comment.
Thanks for your contribution (and bearing with me :D)
|


Description
Changed the comments syntax from
/* */to///in the codebase.Types of changes
Checklist: