2020-09-24 15:42:14 +02:00
|
|
|
FIXME: add a description
|
|
|
|
|
|
|
|
// If you want to factorize the description uncomment the following line and create the file.
|
|
|
|
//include::../description.adoc[]
|
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
== Why is this an issue?
|
|
|
|
|
|
|
|
FIXME: remove the unused optional headers (that are commented out)
|
|
|
|
|
|
|
|
//=== What is the potential impact?
|
|
|
|
|
|
|
|
== How to fix it
|
|
|
|
//== How to fix it in FRAMEWORK NAME
|
|
|
|
|
|
|
|
=== Code examples
|
|
|
|
|
|
|
|
==== Noncompliant code example
|
2020-09-24 15:42:14 +02:00
|
|
|
|
2023-04-04 15:14:28 +02:00
|
|
|
[source,text,diff-id=1,diff-type=noncompliant]
|
2020-09-24 15:42:14 +02:00
|
|
|
----
|
|
|
|
FIXME
|
|
|
|
----
|
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
==== Compliant solution
|
2020-09-24 15:42:14 +02:00
|
|
|
|
2023-04-04 15:14:28 +02:00
|
|
|
[source,text,diff-id=1,diff-type=compliant]
|
2020-09-24 15:42:14 +02:00
|
|
|
----
|
|
|
|
FIXME
|
|
|
|
----
|
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
//=== How does this work?
|
|
|
|
|
|
|
|
//=== Pitfalls
|
|
|
|
|
|
|
|
//=== Going the extra mile
|
|
|
|
|
2020-09-24 15:42:14 +02:00
|
|
|
|
2023-03-10 16:17:05 +01:00
|
|
|
//== Resources
|
|
|
|
//=== Documentation
|
|
|
|
//=== Articles & blog posts
|
|
|
|
//=== Conference presentations
|
|
|
|
//=== Standards
|
2023-04-27 10:07:31 +02:00
|
|
|
//=== Benchmarks
|