Added options to render diagrams using plantuml and mermaidjs external tools
This commit is contained in:
@@ -41,7 +41,7 @@ load_config(const std::string &test_name)
|
||||
clanguml::common::compilation_database_ptr>
|
||||
res;
|
||||
|
||||
res.first = clanguml::config::load(test_name + "/.clang-uml", true);
|
||||
res.first = clanguml::config::load(test_name + "/.clang-uml", true, true);
|
||||
|
||||
LOG_DBG("Loading compilation database from {}",
|
||||
res.first.compilation_database_dir());
|
||||
|
||||
Reference in New Issue
Block a user