Added package diagram generation from C++20 modules (#101)
This commit is contained in:
11
tests/t30012/src/t30012_mod.cppm
Normal file
11
tests/t30012/src/t30012_mod.cppm
Normal file
@@ -0,0 +1,11 @@
|
||||
export module t30012.app;
|
||||
export import t30012.app.lib1;
|
||||
export import t30012.app.lib2;
|
||||
|
||||
export namespace clanguml::t30012 {
|
||||
class A {
|
||||
int get() { return a; }
|
||||
|
||||
int a;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user