Skip to content

Commit

Permalink
remove syntax markers, apparently this is unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Apr 9, 2024
1 parent d0d6ec6 commit db1f9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/testing/integration_test_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To add new fault injection code paths:

### Fault Injection example

```c++
```
CHIP_ERROR CASEServer::OnMessageReceived(Messaging::ExchangeContext * ec,
const PayloadHeader & payloadHeader,
System::PacketBufferHandle && payload)
Expand Down
2 changes: 1 addition & 1 deletion docs/testing/unit_testing_clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and attributes.
An example code snippet showing the translation of the TLV into API calls to the
ClusterLogic class:

```c++
```
CHIP_ERROR DiscoBallServer::Read(const ConcreteReadAttributePath & aPath,
AttributeValueEncoder & aEncoder)
{
Expand Down

0 comments on commit db1f9bc

Please sign in to comment.