[Syntax] Comments syntax is not fully homogeneous in the current code base. #40
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
Low priority
Milestone
We need a clear coding guideline for comment syntax.
In some files we do have both
/*
syntax and//
syntax.For me it is not fully clear why we have both.
Comments also might be either on the .h or the .c. We have to harmonize this in each module.
Action
.h
files/* foobar */
comments as per zephyr coding guidelines.The text was updated successfully, but these errors were encountered: