]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcobjecttype.fncs
Remove documentation for non-existant FcConfigNormalizeFontDir.
[fontconfig.git] / doc / fcobjecttype.fncs
index e10148a2269d12f4e6d92d4fb3f7e84b1292744a..278b9eedaf2f83ef2a506359ba0012e56b9a3b6d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * Copyright © 2003 Keith Packard
+ * Copyright Â© 2003 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -27,7 +27,7 @@
 @TYPE2@                int                             @ARG2@          ntype
 @PURPOSE@      Register object types
 @DESC@
-Register 'ntype' new object types.
+Register <parameter>ntype</parameter> new object types.
 @@
 
 @RET@          FcBool
@@ -36,7 +36,7 @@ Register 'ntype' new object types.
 @TYPE2@                int                             @ARG2@          ntype
 @PURPOSE@      Unregister object types
 @DESC@
-Unregister 'ntype' object types.
+Unregister <parameter>ntype</parameter> object types.
 @@
 
 @RET@          const FcObjectType *
@@ -44,5 +44,5 @@ Unregister 'ntype' object types.
 @TYPE1@                const char *                    @ARG1@          object
 @PURPOSE@      Lookup an object type
 @DESC@
-Return the object type for the pattern element named 'object'.
+Return the object type for the pattern element named <parameter>object</parameter>.
 @@