From 406bcde2b5bfe6704b80c29bfcc035579131d264 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Tue, 3 Aug 2021 23:54:29 +0200 Subject: [PATCH] Updated README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9e78e252..e253dd24 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,17 @@ The following decorators are currently supported: - [aggregation](docs/test_cases/t00030.md) - document the property as aggregation - [style](docs/test_cases/t00031.md) - add PlantUML style to a C++ entity +##### Doxygen integration +`clang-uml` can be omitted completed in ![Doxygen](https://www.doxygen.nl/index.html), by adding the following +lines to the Doxygen config file: + +``` +ALIASES += clanguml="" +ALIASES += clanguml{1}="" +ALIASES += clanguml{2}="" +ALIASES += clanguml{3}="" +``` + ### Sequence diagrams #### Example