Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-03-05 11:41:16 +01:00
parent b2fd763a89
commit f16c0e4a17
136 changed files with 3475 additions and 3773 deletions

View File

@@ -31,43 +31,29 @@ File t00054.cc
```cpp
namespace clanguml {
namespace t00054 {
struct a {
};
struct b {
};
struct a { };
struct b { };
namespace detail {
struct c {
};
struct d {
};
struct e {
};
struct c { };
struct d { };
struct e { };
} // namespace detail
struct f {
};
struct g {
};
struct f { };
struct g { };
struct A {
};
struct B {
};
struct A { };
struct B { };
namespace detail2 {
struct C {
};
struct C { };
namespace detail3 {
struct D {
};
struct E {
};
struct D { };
struct E { };
} // namespace detail3
struct F {
};
struct F { };
} // namespace detail2
struct G {
};
struct G { };
namespace detail4 {
enum class h { hhh };