Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-04-10 13:36:59 +02:00
parent 8e8945328e
commit 82bda3ed52
53 changed files with 1522 additions and 1430 deletions

View File

@@ -21,6 +21,9 @@ diagrams:
- "' t30001 test package diagram"
after:
- 'note right of {{ alias("A::AA::AAA") }}: A AAA note...'
- 'note top of {{ alias("A::AA") }} : {{ comment("A::AA") }}'
- 'note top of {{ alias("B::AA") }} : {{ comment("B::AA") }}'
```
## Source code
File t30001.cc
@@ -28,6 +31,7 @@ File t30001.cc
namespace clanguml {
namespace t30001 {
namespace A {
/// This is namespace AA in namespace A
namespace AA {
namespace AAA {
} // namespace AAA
@@ -38,6 +42,7 @@ namespace BB {
} // namespace BB
} // namespace A
namespace B {
/// This is namespace AA in namespace B
namespace AA {
namespace AAA {
} // namespace AAA