Added PlantUML directives prepending and appending

This commit is contained in:
Bartek Kryza
2021-02-20 12:30:44 +01:00
parent c1f225b381
commit 0c08507d34
6 changed files with 412 additions and 25 deletions

View File

@@ -14,6 +14,6 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j
ctest
make test