Skip to content

Commit db1f9bc

Browse files
committed
remove syntax markers, apparently this is unsupported
1 parent d0d6ec6 commit db1f9bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/testing/integration_test_utilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To add new fault injection code paths:
9898

9999
### Fault Injection example
100100

101-
```c++
101+
```
102102
CHIP_ERROR CASEServer::OnMessageReceived(Messaging::ExchangeContext * ec,
103103
const PayloadHeader & payloadHeader,
104104
System::PacketBufferHandle && payload)

docs/testing/unit_testing_clusters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and attributes.
3737
An example code snippet showing the translation of the TLV into API calls to the
3838
ClusterLogic class:
3939

40-
```c++
40+
```
4141
CHIP_ERROR DiscoBallServer::Read(const ConcreteReadAttributePath & aPath,
4242
AttributeValueEncoder & aEncoder)
4343
{

0 commit comments

Comments
 (0)