acassis commented on PR #18863:
URL: https://github.com/apache/nuttx/pull/18863#issuecomment-4453877557
> @acassis Of course, but I would like to know if this change will be even
considered. I am not sure how commen blocks should look like and this PR is
more like a question -- (i) should there be the same number of starts `'*'` at
the beginning and the end of the comment block, or (ii) should the beginning
and the end of the comment block end at the same column?
>
> When (i), I would change the comments in the tool.
>
> When (ii), all the docstrings should be probably reformatted.
>
> I would like to know which one is right... Thanks!
Yes, I think your patch it fine.
Normally we have:
```
/* (n) *
* (n) */
```
So, the stars start at same the column and end at the same column, but they
start and end with "/"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]