diagrams:
  t20069_sequence:
    type: sequence
    glob:
      - t20069.cc
    include:
      namespaces:
        - clanguml::t20069
    using_namespace: clanguml::t20069
    combine_free_functions_into_file_participants: true
    from:
      - function: "clanguml::t20069::tmain()"
  t20069_sequence_with_return_values:
    type: sequence
    glob:
      - t20069.cc
    include:
      namespaces:
        - clanguml::t20069
    using_namespace: clanguml::t20069
    combine_free_functions_into_file_participants: true
    generate_return_values: true
    from:
      - function: "clanguml::t20069::tmain()"