Added test case for package diagram from directory structure

This commit is contained in:
Bartek Kryza
2023-05-26 21:06:23 +02:00
parent 467c021e17
commit 2a29968f09
8 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
namespace clanguml {
namespace t30010 {
namespace library3 {
enum E { e1, e2, e3 };
}
}
}