
4 Apr
2023
4 Apr
'23
10:06 a.m.
On Tue, Apr 04, 2023 at 12:02:10 +0200, Michal Privoznik wrote:
In our coding style document we have examples of good and bad code, which we mark as:
// Good // Bad
respectively. But in the very same document we advocate for using C style of comments over C++. Follow our own advice and switch annotation to:
/* Good */ /* Bad */
And while at it, align these annotations within their blocks for better readability.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/coding-style.rst | 76 +++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 38 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>