Fixed building clanguml internal diagrams on macos (#210)
This commit is contained in:
@@ -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 **)"
|
||||
|
||||
@@ -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 ()> &&)"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user