diff options
author | Sven Gothel <[email protected]> | 2021-11-03 11:35:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-11-03 11:35:18 +0100 |
commit | eaffb58b5e582d1bd3aa6c6ca0fd1656122825da (patch) | |
tree | c15415f22fe1489afe77cb9b21335fba025a1389 /include/jau/cow_darray.hpp | |
parent | 3a8ddf47ba60045831a7d3056ee50a154dc5caae (diff) |
Fix Doxygen <tt> on '#### `something`', remove the code-qualifier
Diffstat (limited to 'include/jau/cow_darray.hpp')
-rw-r--r-- | include/jau/cow_darray.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jau/cow_darray.hpp b/include/jau/cow_darray.hpp index e1486cd..8c5a0a9 100644 --- a/include/jau/cow_darray.hpp +++ b/include/jau/cow_darray.hpp @@ -105,9 +105,9 @@ namespace jau { * @anchor cow_darray_ntt_params * ### Non-Type Template Parameter controlling Value_type memory * See @ref darray_ntt_params. - * #### `use_memmove` + * #### use_memmove * `use_memmove` see @ref darray_memmove. - * #### `use_secmem` + * #### use_secmem * `use_secmem` see @ref darray_secmem. * * See also: |