Skip to content

Commit

Permalink
Fix illegal doc comment split
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 30, 2022
1 parent 4a8f8eb commit 33cf5fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/code_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ Additionally, individual code regeneration can be done using
`./scripts/tools/zap/generate.py`:

```bash
/scripts/tools/zap/generate.py examples/bridge-app/bridge-common/bridge-app.zap -o zzz_generated/bridge-app/zap-g
enerated
/scripts/tools/zap/generate.py \
examples/bridge-app/bridge-common/bridge-app.zap \
-o zzz_generated/bridge-app/zap-generated
```

### `*.matter` code generation
Expand Down

0 comments on commit 33cf5fb

Please sign in to comment.