2024-08-16 10:09:55 +02:00
..
2024-08-16 10:04:43 +02:00
2023-12-10 21:10:51 +01:00
2024-08-16 10:09:55 +02:00
2023-12-10 21:10:51 +01:00
2024-03-05 17:36:48 +01:00
2023-07-09 12:58:03 +02:00
2024-08-09 00:26:53 +02:00
2023-07-09 12:58:03 +02:00
2024-03-05 17:36:48 +01:00
2024-03-05 17:36:48 +01:00
2024-08-16 10:04:43 +02:00
2023-06-19 23:25:31 +02:00
2023-06-19 23:25:31 +02:00
2024-01-28 21:28:13 +01:00
2024-03-05 17:36:48 +01:00
2024-03-05 17:36:48 +01:00
2023-09-13 19:50:08 +02:00

@mainpage clang-uml

Documentation

clang-uml is an automatic C++ to UML class, sequence, package and include diagram generator, driven by YAML configuration files. The main idea behind the project is to easily maintain up-to-date diagrams within a code-base or document legacy code. The configuration file or files for clang-uml define the types and contents of each generated diagram. The diagrams can be generated in PlantUML, MermaidJS and JSON formats.

Example sequence diagram generated using clang-uml from this code: Sample sequence diagram

clang-uml currently supports C++ up to version 17 with partial support for C++ 20.

To see what clang-uml can do, checkout the diagrams generated for unit test cases here or examples in clang-uml-examples repository.

These pages provide both user and developer documentation.