2023-05-03 11:06:20 +02:00
|
|
|
== Why is this an issue?
|
|
|
|
|
2020-06-30 10:16:44 +02:00
|
|
|
include::../description.adoc[]
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
=== Exceptions
|
2021-12-29 23:08:19 +01:00
|
|
|
|
|
|
|
This rule does not apply to code documentation using Doxygen, QDoc, markdown, or HTML tags.
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
== Resources
|
2020-06-30 10:16:44 +02:00
|
|
|
|
|
|
|
* MISRA C:2004, 2.4 - Sections of code should not be "commented out".
|
2021-01-26 14:30:57 +01:00
|
|
|
* MISRA {cpp}:2008, 2-7-2 - Sections of code shall not be "commented out" using C-style comments.
|
|
|
|
* MISRA {cpp}:2008, 2-7-3 - Sections of code should not be "commented out" using {cpp} comments.
|
2020-06-30 10:16:44 +02:00
|
|
|
* MISRA C:2012, Dir. 4.4 - Sections of code should not be "commented out"
|
2021-06-02 20:44:38 +02:00
|
|
|
|
2021-06-03 09:05:38 +02:00
|
|
|
ifdef::env-github,rspecator-view[]
|
2021-09-20 15:38:42 +02:00
|
|
|
|
|
|
|
'''
|
|
|
|
== Implementation Specification
|
|
|
|
(visible only on this page)
|
|
|
|
|
|
|
|
include::../message.adoc[]
|
|
|
|
|
2021-06-08 15:52:13 +02:00
|
|
|
'''
|
2021-06-02 20:44:38 +02:00
|
|
|
== Comments And Links
|
|
|
|
(visible only on this page)
|
|
|
|
|
|
|
|
include::../comments-and-links.adoc[]
|
2023-06-22 10:38:01 +02:00
|
|
|
|
2021-06-03 09:05:38 +02:00
|
|
|
endif::env-github,rspecator-view[]
|