Added t00035 docs

This commit is contained in:
Bartek Kryza
2022-02-15 23:37:22 +01:00
parent 3bf313df61
commit 5fba937927
2 changed files with 45 additions and 0 deletions

45
docs/test_cases/t00035.md Normal file
View File

@@ -0,0 +1,45 @@
# t00035 - PlantUML class diagram layout hints test case
## Config
```yaml
compilation_database_dir: ..
output_directory: puml
diagrams:
t00035_class:
type: class
glob:
- ../../tests/t00035/t00035.cc
using_namespace:
- clanguml::t00035
include:
namespaces:
- clanguml::t00035
layout:
Center:
- up: Top
- down: Bottom
- left: Left
- right: Right
```
## Source code
File t00035.cc
```cpp
namespace clanguml {
namespace t00035 {
struct Top {};
struct Left {};
struct Center {};
struct Bottom {};
struct Right {};
} // namespace t00035
} // namespace clanguml
```
## Generated UML diagrams
![t00035_class](./t00035_class.png "PlantUML class diagram layout hints test case")

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB