summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/string-util.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-06-08 23:22:44 +0800
committerSebastian Rasmussen <sebras@gmail.com>2017-09-20 15:56:02 +0200
commit9313707d515833b05c3aecb5142f5b2ccd3ddcb3 (patch)
tree5993ebb5b1f36d843396d665151627c4d070bf7d /include/mupdf/fitz/string-util.h
parent223403d2f7ba9c3cf6c727bdb81523bbe60a9179 (diff)
downloadmupdf-9313707d515833b05c3aecb5142f5b2ccd3ddcb3.tar.xz
Remove comment markers about interfaces not throwing exceptions.
Diffstat (limited to 'include/mupdf/fitz/string-util.h')
-rw-r--r--include/mupdf/fitz/string-util.h5
1 files changed, 2 insertions, 3 deletions
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);