]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcconstant.fncs
FcConfigParseAndLoad doc was missing the last param.
[fontconfig.git] / doc / fcconstant.fncs
index 0fe9198db284466f9f743ed7cbab5fc919ac2868..a09bb39211b838d155fef4e5821c72827c5bb6b2 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
@@ -24,7 +24,7 @@
 @RET@          FcBool
 @FUNC@         FcNameRegisterConstants 
 @TYPE1@                const FcConstant *              @ARG1@          consts
-@TYPE2@                int                             @ARG2@          nconsts
+@TYPE2@                int%                            @ARG2@          nconsts
 @PURPOSE@      Register symbolic constants
 @DESC@
 Register <parameter>nconsts</parameter> new symbolic constants.
@@ -33,7 +33,7 @@ Register <parameter>nconsts</parameter> new symbolic constants.
 @RET@          FcBool
 @FUNC@         FcNameUnregisterConstants
 @TYPE1@                const FcConstant *              @ARG1@          consts
-@TYPE2@                int                             @ARG2@          nconsts
+@TYPE2@                int%                            @ARG2@          nconsts
 @PURPOSE@      Unregister symbolic constants
 @DESC@
 Unregister <parameter>nconsts</parameter> symbolic constants.