Fixed dependants and dependencies include diagram handling

This commit is contained in:
Bartek Kryza
2022-04-23 16:31:01 +02:00
parent d7781794ec
commit cc22494c79
14 changed files with 295 additions and 97 deletions

View File

@@ -3,5 +3,5 @@
#include "t2.h"
namespace clanguml::t40003::dependencies {
void t3() {t2();}
void t3() { t2(); }
}