From b0859469d32480eef4ed4668cc02f214735cda8d Mon Sep 17 00:00:00 2001 From: RobertWilbrandt Date: Wed, 14 Oct 2020 18:09:32 +0200 Subject: [PATCH] Fix broken formatting of directory structure --- _docs/tutorials/advanced/benchmarking/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_docs/tutorials/advanced/benchmarking/index.md b/_docs/tutorials/advanced/benchmarking/index.md index da5c1ec5..817931b9 100644 --- a/_docs/tutorials/advanced/benchmarking/index.md +++ b/_docs/tutorials/advanced/benchmarking/index.md @@ -78,6 +78,7 @@ These answers provide us with the minimum necessary for the creation of a plugin The final code shall be located in `src_root_sb/tfa-plugin/TimeBenchmarking` with the following structure: +``` TimeBenchmarking ├── CMakeLists.txt ├── inc @@ -85,6 +86,7 @@ TimeBenchmarking │   └── TimeBenchmarking.h └── src └── TimeBenchmarking.cpp +``` ### Register a new plugin into the TFA core of the shadow builder