From bd44641f2841dd814d03d2563fa232a761a4bfb4 Mon Sep 17 00:00:00 2001 From: Dennis Hezel Date: Fri, 27 Sep 2024 21:21:52 +0200 Subject: [PATCH] doc: Rerun mdsnippets --- README.md | 2 +- mdsnippets.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a65c90e..e88fad0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The main workhorse of this library is the `cntgs::ContiguousVector`, a container template using ContiguousVector = cntgs::BasicContiguousVector, Parameter...>; ``` -snippet source | anchor +snippet source | anchor Each parameter must be a built-in or user-deinfed type, optionally wrapped into a parameter decorator. The vector stores objects of those types within one element in the order they are specified. diff --git a/mdsnippets.json b/mdsnippets.json index e13150a..de6996a 100644 --- a/mdsnippets.json +++ b/mdsnippets.json @@ -5,8 +5,7 @@ "ReadOnly": false, "LinkFormat": "GitHub", "ExcludeDirectories": [ - "build", - "src/cntgs" + "build" ], "MaxWidth": 150 } \ No newline at end of file