2023-05-03 11:06:20 +02:00
|
|
|
=== Noncompliant code example
|
2020-06-30 12:47:33 +02:00
|
|
|
|
2022-02-04 17:28:24 +01:00
|
|
|
[source,text]
|
2020-06-30 12:47:33 +02:00
|
|
|
----
|
|
|
|
/* some comment, end comment marker accidentally omitted
|
|
|
|
// Make sure this function is called in a thread safe context
|
|
|
|
Perform_Critical_Safety_Function(X);
|
|
|
|
...
|
|
|
|
/* this comment is non-compliant */
|
|
|
|
----
|