# HG changeset patch # User Mike Becker # Date 1746351010 -7200 # Node ID 5012728b9e910ada01e22848efe971120d2ec777 # Parent d10c7926461a3f672adbf5ec731df28b14f4dc13 fix copy/paste documentation diff -r d10c7926461a -r 5012728b9e91 src/cx/string.h --- a/src/cx/string.h Sun May 04 11:29:46 2025 +0200 +++ b/src/cx/string.h Sun May 04 11:30:10 2025 +0200 @@ -371,7 +371,6 @@ * * The string in @p dest is guaranteed to be zero-terminated, regardless of whether @p src is. * - * @param alloc (@c CxAllocator*) the allocator * @param dest (@c cxmutstr*) a pointer to the structure where to copy the contents to * @param src (@c cxstring) the source string *