]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcvalue.fncs
Remove all .cvsignore files
[fontconfig.git] / doc / fcvalue.fncs
index 3f5f294a3acb309ec229223a8224a4089600b731..010f07a0247a3ee3c27f0043352210e551e91a17 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
@@ -26,7 +26,7 @@
 @TYPE1@                FcValue                 @ARG1@          v
 @PURPOSE@      Free a value
 @DESC@
-Frees any memory referenced by `v'.  Values of type FcTypeString,
+Frees any memory referenced by <parameter>v</parameter>.  Values of type FcTypeString,
 FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.
 @@
 
@@ -35,6 +35,6 @@ FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.
 @TYPE1@                FcValue                 @ARG1@          v
 @PURPOSE@      Copy a value
 @DESC@
-Returns a copy of `v' duplicating any object referenced by it so that `v'
+Returns a copy of <parameter>v</parameter> duplicating any object referenced by it so that <parameter>v</parameter>
 may be safely destroyed without harming the new value.
 @@