summaryrefslogtreecommitdiff
path: root/doc/fcconstant.fncs
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-03-07 08:51:14 +0000
committerKeith Packard <keithp@keithp.com>2003-03-07 08:51:14 +0000
commit2df0c66230fb86a784414b5db803d32d1a083b3a (patch)
treed622455cafdf7c77c0a8bf06d166387798a30ff4 /doc/fcconstant.fncs
parentbfc2dc3ac4b1eb5f0f9f0dfae7abac7e77e28061 (diff)
Use <parameter> tags. Add copyrights
Diffstat (limited to 'doc/fcconstant.fncs')
-rw-r--r--doc/fcconstant.fncs10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/fcconstant.fncs b/doc/fcconstant.fncs
index 0ba9d8d3..0fe9198d 100644
--- a/doc/fcconstant.fncs
+++ b/doc/fcconstant.fncs
@@ -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.
@@