Skip to content

Commit 093211c

Browse files
Fix broken formatting of directory structure (#223)
1 parent b3e7fd9 commit 093211c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • _docs/tutorials/advanced/benchmarking

_docs/tutorials/advanced/benchmarking/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ These answers provide us with the minimum necessary for the creation of a plugin
7878
The final code shall be located in
7979
`src_root_sb/tfa-plugin/TimeBenchmarking` with the following structure:
8080

81+
```
8182
TimeBenchmarking
8283
├── CMakeLists.txt
8384
├── inc
8485
│   └──TimeBenchmarking
8586
│   └── TimeBenchmarking.h
8687
└── src
8788
└── TimeBenchmarking.cpp
89+
```
8890

8991

9092
### Register a new plugin into the TFA core of the shadow builder

0 commit comments

Comments
 (0)