Fixed building clanguml internal diagrams on macos (#210)

This commit is contained in:
Bartek Kryza
2023-12-03 23:47:19 +01:00
parent 4ff42d032f
commit 011d5e5fec
5 changed files with 6 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ glob:
include:
namespaces:
- clanguml
- YAML
exclude:
elements:
- r: "clanguml::config::option.*"
@@ -21,4 +20,4 @@ exclude:
using_namespace:
- clanguml
from:
- function: "clanguml::cli::cli_handler::handle_options(int,const char **)"
- function: "clanguml::cli::cli_handler::handle_options(int,const char **)"

View File

@@ -13,4 +13,4 @@ exclude:
paths:
- src/common/model/source_location.h
from:
- function: "clanguml::common::generators::generate_diagram(const std::string &,const std::string &,std::shared_ptr<clanguml::config::diagram>,const common::compilation_database &,const std::vector<std::string> &,const cli::runtime_config &,std::function<void ()> &&)"
- function: "clanguml::common::generators::generate_diagram(const std::string &,std::shared_ptr<clanguml::config::diagram>,const common::compilation_database &,const std::vector<std::string> &,const cli::runtime_config &,std::function<void ()> &&)"

View File

@@ -8,7 +8,6 @@ glob:
include:
namespaces:
- clanguml
- YAML
exclude:
elements:
- r: "clanguml::config::option.*"
@@ -17,4 +16,4 @@ exclude:
using_namespace:
- clanguml
from:
- function: "clanguml::config::load(const std::string &,std::optional<bool>,std::optional<bool>,bool)"
- function: "clanguml::config::load(const std::string &,bool,std::optional<bool>,std::optional<bool>,bool)"