Fixed building clanguml internal diagrams on macos (#210)
This commit is contained in:
@@ -397,7 +397,6 @@ std::unique_ptr<DiagramModel> generate(const common::compilation_database &db,
|
||||
/**
|
||||
* @brief Generate a single diagram
|
||||
*
|
||||
* @param od Output directory path
|
||||
* @param name Name of the diagram
|
||||
* @param diagram Effective diagram configuration
|
||||
* @param db Reference to compilation database
|
||||
@@ -406,7 +405,7 @@ std::unique_ptr<DiagramModel> generate(const common::compilation_database &db,
|
||||
* @param verbose Log level
|
||||
* @param progress Function to report translation unit progress
|
||||
*/
|
||||
void generate_diagram(const std::string &od, const std::string &name,
|
||||
void generate_diagram(const std::string &name,
|
||||
std::shared_ptr<clanguml::config::diagram> diagram,
|
||||
const common::compilation_database &db,
|
||||
const std::vector<std::string> &translation_units,
|
||||
@@ -441,4 +440,4 @@ void generate_diagrams(const std::vector<std::string> &diagram_names,
|
||||
*/
|
||||
indicators::Color diagram_type_to_color(model::diagram_t diagram_type);
|
||||
|
||||
} // namespace clanguml::common::generators
|
||||
} // namespace clanguml::common::generators
|
||||
|
||||
Reference in New Issue
Block a user