Migrate to mkdocs

This commit is contained in:
Victor Zverovich
2024-06-02 08:26:56 -07:00
parent 0714113974
commit 38ba3d3993
8 changed files with 18 additions and 22 deletions

View File

@@ -223,8 +223,8 @@ class dynamic_format_arg_store
/**
\rst
Reserves space to store at least *new_cap* arguments including
*new_cap_named* named arguments.
Reserves space to store at least `new_cap` arguments including
`new_cap_named` named arguments.
\endrst
*/
void reserve(size_t new_cap, size_t new_cap_named) {