From e98081668806b58727c52950b42abc9fb2999420 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 2 Sep 2023 16:27:24 +0200 Subject: [PATCH] Updated docs toc --- docs/sequence_diagrams.md | 2 +- docs/troubleshooting.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sequence_diagrams.md b/docs/sequence_diagrams.md index cb1222e9..8fe0f54e 100644 --- a/docs/sequence_diagrams.md +++ b/docs/sequence_diagrams.md @@ -3,7 +3,7 @@ * [Sequence diagram overview](#sequence-diagram-overview) -* [Specifying diagram entry point](#specifying-diagram-entry-point) +* [Specifying diagram location constraints](#specifying-diagram-location-constraints) * [Grouping free functions by file](#grouping-free-functions-by-file) * [Lambda expressions in sequence diagrams](#lambda-expressions-in-sequence-diagrams) * [Customizing participants order](#customizing-participants-order) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index cb1f75a2..49705bac 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -9,6 +9,7 @@ * [Clang produces several warnings during diagram generation](#clang-produces-several-warnings-during-diagram-generation) * [Cannot generate diagrams from header-only projects](#cannot-generate-diagrams-from-header-only-projects) * [YAML anchors and aliases are not fully supported](#yaml-anchors-and-aliases-are-not-fully-supported) +* [Schema validation error is thrown, but the configuration file is correct](#schema-validation-error-is-thrown-but-the-configuration-file-is-correct) * [Class diagrams](#class-diagrams) * ["fatal error: 'stddef.h' file not found"](#fatal-error-stddefh-file-not-found) * [How can I generate class diagram of my entire project](#how-can-i-generate-class-diagram-of-my-entire-project)