Merge pull request #89 from bkryza/add-logo
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -1,6 +1,24 @@
|
||||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'packaging/**'
|
||||
- 'util/**'
|
||||
- 'uml/**'
|
||||
- '**.md'
|
||||
branches-ignore:
|
||||
- 'noactions/*'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'packaging/**'
|
||||
- 'util/**'
|
||||
- 'uml/**'
|
||||
- '**.md'
|
||||
branches-ignore:
|
||||
- 'noactions/*'
|
||||
|
||||
jobs:
|
||||
build-ubuntu:
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
# clang-uml - C++ UML diagram generator based on Clang
|
||||
[<div align="center"><img width="600" src="https://raw.githubusercontent.com/bkryza/clang-uml/add-logo/docs/img/clang-uml-logo.svg?sanitize=true"></div>](https://github.com/bkryza/clang-uml/releases)
|
||||
|
||||
# C++ UML diagram generator based on Clang
|
||||
|
||||
[](https://github.com/bkryza/clang-uml/actions)
|
||||
[](https://codecov.io/gh/bkryza/clang-uml)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
|
||||
|
||||
`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
|
||||
|
||||
46
docs/img/clang-uml-logo.svg
Normal file
46
docs/img/clang-uml-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user