]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcconstant.fncs
Attempts to fix 'make distcheck' work. Things are progressing pretty well,
[fontconfig.git] / doc / fcconstant.fncs
index 0ba9d8d395fddba6b5388e0bb0cac03fb264e043..0fe9198db284466f9f743ed7cbab5fc919ac2868 100644 (file)
@@ -27,7 +27,7 @@
 @TYPE2@                int                             @ARG2@          nconsts
 @PURPOSE@      Register symbolic constants
 @DESC@
-Register 'nconsts' new symbolic constants.
+Register <parameter>nconsts</parameter> new symbolic constants.
 @@
 
 @RET@          FcBool
@@ -36,7 +36,7 @@ Register 'nconsts' new symbolic constants.
 @TYPE2@                int                             @ARG2@          nconsts
 @PURPOSE@      Unregister symbolic constants
 @DESC@
-Unregister 'nconsts' symbolic constants.
+Unregister <parameter>nconsts</parameter> symbolic constants.
 @@
 
 @RET@          const FcConstant *
@@ -44,7 +44,7 @@ Unregister 'nconsts' symbolic constants.
 @TYPE1@                FcChar8 *                       @ARG1@          string
 @PURPOSE@      Lookup symbolic constant
 @DESC@
-Return the FcConstant structure related to symbolic constant 'string'.
+Return the FcConstant structure related to symbolic constant <parameter>string</parameter>.
 @@
 
 @RET@          FcBool
@@ -53,6 +53,6 @@ Return the FcConstant structure related to symbolic constant 'string'.
 @TYPE2@                int *                           @ARG2@          result
 @PURPOSE@      Get the value for a symbolic constant
 @DESC@
-Returns whether a symbolic constant with name 'string' is registered,
-placing the value of the constant in 'result' if present.
+Returns whether a symbolic constant with name <parameter>string</parameter> is registered,
+placing the value of the constant in <parameter>result</parameter> if present.
 @@