This repository contains several examples of UML diagrams generated using clang-uml from various open-source projects:
- clang-uml
- cppast
- drogon
- entt
- godot
- poco
- yaml-cpp
- FreeCAD
- curl
- C++ Standard Library
- chromium
- linux
- hyprland
For each of these projects there exists a Docker image called bkryza/clang-uml-examples-<project_name>
,
which includes all dependencies necessary for the specific project and the latest version of clang-uml
.
The Dockerfiles for each project are in each project subdirectory.
To generate the diagrams for any of these project (e.g. hyprland
) just run:
make docker/hyprland
If you need to rebuild the Docker image for any of the projects, for instance to update dependencies, run:
make dockerimage/hyprland
Copyright 2021-present Bartek Kryza <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.