compilation_database_dir: ../.. output_directory: . diagrams: includes: type: include relative_to: ../.. glob: - src/*.cpp - include/*.h generate_system_headers: true include: paths: - src - include plantuml: before: - 'skinparam linetype ortho' includes_no_external: type: include relative_to: ../.. glob: - src/*.cpp - include/*.h include: paths: - src - include plantuml: before: - 'skinparam linetype ortho' classes: type: class relative_to: ../.. glob: - src/*.cpp - include/*.h include: paths: - src - include plantuml: before: - 'skinparam linetype ortho' load_map_example_sequence: type: sequence relative_to: ../.. glob: - src/*.cpp - include/*.h include: paths: - src - include start_from: - function: "Map::loadMap(const char *,int,int)" plantuml: before: - 'skinparam linetype ortho'