Skip to content

Commit

Permalink
doc: Rerun mdsnippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Sep 27, 2024
1 parent 64113bd commit bd44641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The main workhorse of this library is the `cntgs::ContiguousVector`, a container
template <class... Parameter>
using ContiguousVector = cntgs::BasicContiguousVector<cntgs::Options<>, Parameter...>;
```
<sup><a href='/src/cntgs.hpp#L3522-L3525' title='Snippet source file'>snippet source</a> | <a href='#snippet-contiguous-vector-definition' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/cntgs/vector.hpp#L34-L37' title='Snippet source file'>snippet source</a> | <a href='#snippet-contiguous-vector-definition' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
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.
Expand Down
3 changes: 1 addition & 2 deletions mdsnippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"ReadOnly": false,
"LinkFormat": "GitHub",
"ExcludeDirectories": [
"build",
"src/cntgs"
"build"
],
"MaxWidth": 150
}

0 comments on commit bd44641

Please sign in to comment.