diff options
author | Akira TAGOH <akira@tagoh.org> | 2019-03-15 18:51:47 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2019-03-15 18:53:08 +0900 |
commit | 3eca37c1e515c2967d8a637efa2a7a322842376f (patch) | |
tree | fbc47f1086e524d5d4069208342abcf7dc10fa90 /doc | |
parent | dba84600e1485000f358d8259b92721cf7066034 (diff) |
Fix misleading summary in docs for FcStrStrIgnoreCase
Reported by Jonathan Kew
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/146
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcstring.fncs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fcstring.fncs b/doc/fcstring.fncs index d5ec043..c2ef457 100644 --- a/doc/fcstring.fncs +++ b/doc/fcstring.fncs @@ -195,7 +195,7 @@ with UTF8 encoded strings. @FUNC@ FcStrStrIgnoreCase @TYPE1@ const FcChar8 * @ARG1@ s1 @TYPE2@ const FcChar8 * @ARG2@ s2 -@PURPOSE@ locate UTF-8 substring ignoring ASCII case +@PURPOSE@ locate UTF-8 substring ignoring case @DESC@ Returns the location of <parameter>s2</parameter> in <parameter>s1</parameter>, ignoring case. Returns NULL if |