Files
clang-uml/uml/sequence/cli_handle_options_sequence.yml

24 lines
524 B
YAML

type: sequence
title: CLI options handling sequence diagram
combine_free_functions_into_file_participants: true
generate_method_arguments: none
debug_mode: true
glob:
- src/cli/cli_handler.cc
- src/config/config.cc
- src/config/yaml_decoders.cc
include:
namespaces:
- clanguml
exclude:
elements:
- r: "clanguml::config::option.*"
paths:
- src/util/util.h
callee_types:
- operator
using_namespace:
- clanguml
from:
- function: "clanguml::cli::cli_handler::handle_options(int,const char **)"