From 0301173a52cec70d8e901a696c7eabcd62271ba8 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 3 Apr 2022 00:46:38 +0200 Subject: [PATCH] Updated README --- .gitignore | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cb62a1b3..30fc860d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ bin/ /.cache docs/diagrams -coverage.info +coverage*.info # CLion diff --git a/README.md b/README.md index 7f2f5b51..51bae82b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ type and contents of each generated diagram. ## Features Main features supported so far include: -* Class diagram generation +* **Class diagram generation** * Basic class properties and methods including visibility * Class relationships including associations, aggregations, dependencies and friendship * Template instantiation relationships @@ -22,9 +22,9 @@ Main features supported so far include: * Diagram content filtering based on namespaces, elements and relationships * Optional package generation from namespaces * Interactive links to online code to classes, methods and class fields in SVG diagrams -* Sequence diagram generation +* **Sequence diagram generation** * Generation of sequence diagram from one code location to another (currently only for non-template code) -* Package diagram generation +* **Package diagram generation** * Generation of package diagram based on C++ namespaces * Interactive links to online code to packages