Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-12-21 19:20:18 +01:00
parent e1b6babc93
commit 5271279175
121 changed files with 2577 additions and 2576 deletions

View File

@@ -97,8 +97,8 @@ widget::widget(widget &&) = default;
widget::~widget() = default;
widget &widget::operator=(widget &&) = default;
}
}
} // namespace t00018
} // namespace clanguml
```
File t00018_impl.cc
@@ -126,9 +126,9 @@ void widget::draw(const clanguml::t00018::widget &w)
if (w.shown())
std::cout << "drawing a non-const widget " << n << '\n';
}
}
}
}
} // namespace impl
} // namespace t00018
} // namespace clanguml
```
## Generated UML diagrams