Files
clang-uml/docs/test_cases/t40002.md
2022-08-07 23:17:44 +02:00

837 B

t40002 - Cyclic include graph diagram test case

Config

compilation_database_dir: ..
output_directory: puml
diagrams:
  t40002_include:
    type: include
    # Provide the files to parse in order to look
    # for #include directives
    glob:
      - ../../tests/t40002/**/*.cc
      - ../../tests/t40002/**/*.h
    # Render the paths relative to this directory
    relative_to: ../../../tests/t40002
    include:
      # Include only files belonging to these paths
      paths:
        - ../../../tests/t40002
    exclude:
      paths:
        # Exclude single header
        - ../../../tests/t40002/include/lib2/lib2_detail.h
    plantuml:
      before:
        - "' t40002 test include diagram"

Source code

Generated UML diagrams

t40002_include