Added support for C++20 module based packages in class diagrams (#101)
This commit is contained in:
5
tests/t00071/src/lib1mod2.cppm
Normal file
5
tests/t00071/src/lib1mod2.cppm
Normal file
@@ -0,0 +1,5 @@
|
||||
export module t00071.app.lib1.mod2;
|
||||
|
||||
export namespace clanguml::t00071 {
|
||||
class E { };
|
||||
}
|
||||
Reference in New Issue
Block a user