summaryrefslogtreecommitdiff
path: root/doc/fcformat.fncs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fcformat.fncs')
-rw-r--r--doc/fcformat.fncs12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fcformat.fncs b/doc/fcformat.fncs
index 71b866b..754004f 100644
--- a/doc/fcformat.fncs
+++ b/doc/fcformat.fncs
@@ -22,11 +22,11 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-@RET@ FcChar8 *
-@FUNC@ FcPatternFormat
-@TYPE1@ FcPattern * @ARG1@ pat
-@TYPE2@ const FcChar8 * @ARG2@ format
-@PURPOSE@ Format a pattern into a string according to a format specifier
+@RET@ FcChar8 *
+@FUNC@ FcPatternFormat
+@TYPE1@ FcPattern * @ARG1@ pat
+@TYPE2@ const FcChar8 * @ARG2@ format
+@PURPOSE@ Format a pattern into a string according to a format specifier
@DESC@
Converts given pattern <parameter>pat</parameter> into text described by
@@ -305,5 +305,5 @@ For example, the format "%{family|downcase|delete( )}\n" will expand
to the values of the family element in <parameter>pattern</parameter>,
lower-cased and with spaces removed.
-@SINCE@ 2.9.0
+@SINCE@ 2.9.0
@@