Updated test cases documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user