fix copy/paste documentation

Sun, 04 May 2025 11:30:10 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 04 May 2025 11:30:10 +0200
changeset 1313
5012728b9e91
parent 1312
d10c7926461a
child 1314
25108c15e2d4

fix copy/paste documentation

src/cx/string.h file | annotate | diff | comparison | revisions
--- 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
  *

mercurial