Fixed include diagram test cases

This commit is contained in:
Bartek Kryza
2022-08-03 01:05:01 +02:00
parent cd9d9cf5a7
commit 392be99055
19 changed files with 382 additions and 98 deletions

View File

@@ -52,6 +52,9 @@ public:
common::optional_ref<common::model::source_file> get_file(
const std::string &name) const;
common::optional_ref<common::model::source_file> get_file(
const common::model::diagram_element::id_t id) const;
std::string to_alias(const std::string &full_name) const;
const common::reference_vector<common::model::source_file> &files() const;