Updated internal UML configs
This commit is contained in:
2
Makefile
2
Makefile
@@ -97,7 +97,7 @@ document_test_cases: test_plantuml
|
||||
|
||||
clanguml_diagrams: debug
|
||||
mkdir -p docs/diagrams
|
||||
debug/src/clang-uml -g plantuml -g json
|
||||
debug/src/clang-uml -g plantuml -g json -p
|
||||
plantuml -tsvg -nometadata docs/diagrams/*.puml
|
||||
python3 util/format_svg.py docs/diagrams/*.svg
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@ exclude:
|
||||
using_namespace:
|
||||
- clanguml
|
||||
start_from:
|
||||
- function: "clanguml::config::load(const std::string &,std::optional<bool>,std::optional<bool>)"
|
||||
- function: "clanguml::config::load(const std::string &,std::optional<bool>,std::optional<bool>,bool)"
|
||||
Reference in New Issue
Block a user