From 9313707d515833b05c3aecb5142f5b2ccd3ddcb3 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Thu, 8 Jun 2017 23:22:44 +0800 Subject: Remove comment markers about interfaces not throwing exceptions. --- include/mupdf/fitz/string-util.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/mupdf/fitz/string-util.h') diff --git a/include/mupdf/fitz/string-util.h b/include/mupdf/fitz/string-util.h index 36907257..13941d62 100644 --- a/include/mupdf/fitz/string-util.h +++ b/include/mupdf/fitz/string-util.h @@ -99,7 +99,7 @@ enum { FZ_UTFMAX = 4 }; str: Pointer to a UTF8 encoded string. - Returns the number of bytes consumed. Does not throw exceptions. + Returns the number of bytes consumed. */ int fz_chartorune(int *rune, const char *str); @@ -110,8 +110,7 @@ int fz_chartorune(int *rune, const char *str); rune: Pointer to a 'rune'. - Returns the number of bytes the rune took to output. Does not throw - exceptions. + Returns the number of bytes the rune took to output. */ int fz_runetochar(char *str, int rune); -- cgit v1.2.3