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