Updated docs links
This commit is contained in:
2
Makefile
2
Makefile
@@ -142,7 +142,7 @@ docs:
|
||||
doxygen: docs
|
||||
cp CONTRIBUTING.md docs/contributing.md
|
||||
cp CHANGELOG.md docs/changelog.md
|
||||
cp docs/diagrams/*.svg docs/doxygen/
|
||||
cp docs/diagrams/*.svg docs/doxygen/html/
|
||||
mkdir -p docs/doxygen/html/test_cases
|
||||
cp docs/test_cases/*.svg docs/doxygen/html/test_cases/
|
||||
../doxygen/_build/bin/doxygen
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
[](https://codecov.io/gh/bkryza/clang-uml)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://clanguml-uml.github.io)
|
||||
|
||||
`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
|
||||
@@ -16,7 +17,7 @@ The diagrams can be generated in [PlantUML](https://plantuml.com) and JSON forma
|
||||
|
||||
`clang-uml` currently supports C++ up to version 17 with partial support for C++ 20.
|
||||
|
||||
Full documentation can be found [here](./docs/README.md).
|
||||
Full documentation can be found at [clanguml-uml.github.io](https://clanguml-uml.github.io).
|
||||
|
||||
To see what `clang-uml` can do, checkout the diagrams generated for unit
|
||||
test cases [here](./docs/test_cases.md) or examples in
|
||||
@@ -55,7 +56,7 @@ Main features supported so far include:
|
||||
* **Include graph diagram generation**
|
||||
* Show include graph for selected files - [_example_](docs/test_cases/t40001.md)
|
||||
|
||||
More comprehensive documentation can be found [here](./docs/README.md).
|
||||
More comprehensive documentation can be at [clanguml-uml.github.io](https://clanguml-uml.github.io).
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user