Added test case for package diagram from directory structure
This commit is contained in:
11
tests/t30010/libraries/lib1/lib1.h
Normal file
11
tests/t30010/libraries/lib1/lib1.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace clanguml {
|
||||
namespace t30010 {
|
||||
namespace library1 {
|
||||
|
||||
struct A { };
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user