Added generation of dependency relations based on method params
This commit is contained in:
@@ -92,6 +92,8 @@ public:
|
||||
return "..|>";
|
||||
case relationship_t::kFriendship:
|
||||
return "<..";
|
||||
case relationship_t::kDependency:
|
||||
return "..>";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user