From 558df80ae85811e84dbe5767df72bffdd19c3bcf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Mar 2012 14:52:20 +0100 Subject: [PATCH] Comment fix to make Doxygen happy --- include/yaz/nmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yaz/nmem.h b/include/yaz/nmem.h index 9690d67..5c65ce2 100644 --- a/include/yaz/nmem.h +++ b/include/yaz/nmem.h @@ -157,7 +157,7 @@ YAZ_EXPORT void nmem_strsplit_escape(NMEM nmem, const char *delim, \param num number of result strings \param collapse 1=collapse multiple delims to one; 0=no collapse \param escape_char != 0, an escape char (could be \) - \param subst_escape, 1=substitute escapes, 0 leave as is + \param subst_escape 1=substitute escapes, 0 leave as is */ YAZ_EXPORT void nmem_strsplit_escape2(NMEM nmem, const char *delim, const char *dstr, -- 1.7.10.4