Files
clang-uml/docs
2023-06-18 01:18:35 +02:00
..
2023-01-29 19:33:04 +01:00
2023-05-28 19:08:10 +02:00
2023-05-07 16:33:17 +02:00
2023-05-28 19:08:10 +02:00
2023-03-12 00:38:05 +01:00
2023-03-25 20:41:00 +01:00
2023-03-25 20:41:00 +01:00
2023-05-28 19:08:10 +02:00
2023-06-15 21:07:12 +02:00
2023-06-18 01:18:35 +02:00
2023-06-02 22:02:08 +02:00
2023-06-16 16:46:37 +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 and JSON formats.

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.