Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-02-14 23:51:43 +01:00
parent 96c6851e52
commit 7a475411eb
7 changed files with 22 additions and 1 deletions

View File

@@ -59,6 +59,11 @@ enum class F { one, two, three };
/// \uml{note[right] R class note.}
class R {
explicit R(C &c)
: ccc(c)
{
}
A aaa;
B *bbb;