More doc typo fixes

This commit is contained in:
Behdad Esfahbod 2011-03-14 18:23:56 -03:00
parent 6c7915c105
commit b5617e636c
5 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ by <parameter>atomic</parameter>.
@TYPE1@ FcAtomic * @ARG1@ atomic @TYPE1@ FcAtomic * @ARG1@ atomic
@PURPOSE@ return original file name @PURPOSE@ return original file name
@DESC@ @DESC@
Returns the file refernced by <parameter>atomic</parameter>. Returns the file referenced by <parameter>atomic</parameter>.
@@ @@
@RET@ FcBool @RET@ FcBool

View File

@ -90,7 +90,7 @@ is enabled, and NULL otherwise.
See also <function>FcConfigEnableHome</function>). See also <function>FcConfigEnableHome</function>).
@@ @@
@RET@ FcBol @RET@ FcBool
@FUNC@ FcConfigEnableHome @FUNC@ FcConfigEnableHome
@TYPE1@ FcBool% @ARG1@ enable @TYPE1@ FcBool% @ARG1@ enable
@PURPOSE@ controls use of the home directory. @PURPOSE@ controls use of the home directory.
@ -309,7 +309,7 @@ by the return value from multiple FcFontSort calls, applications must not
modify these patterns. Instead, they should be passed, along with <parameter>p</parameter> to modify these patterns. Instead, they should be passed, along with <parameter>p</parameter> to
<function>FcFontRenderPrepare</function> which combines them into a complete pattern. <function>FcFontRenderPrepare</function> which combines them into a complete pattern.
</para><para> </para><para>
The FcFontSet returned by FcFontSort is destroyed by caling FcFontSetDestroy. The FcFontSet returned by FcFontSort is destroyed by calling FcFontSetDestroy.
If <parameter>config</parameter> is NULL, the current configuration is used. If <parameter>config</parameter> is NULL, the current configuration is used.
@@ @@

View File

@ -53,7 +53,7 @@ been loaded, this routine does nothing and returns FcTrue.
@RET@ void @RET@ void
@FUNC@ FcFini @FUNC@ FcFini
@TYPE1@ void @TYPE1@ void
@PURPOSE@ finalize fonconfig library @PURPOSE@ finalize fontconfig library
@DESC@ @DESC@
Frees all data structures allocated by previous calls to fontconfig Frees all data structures allocated by previous calls to fontconfig
functions. Fontconfig returns to an uninitialized state, requiring a functions. Fontconfig returns to an uninitialized state, requiring a

View File

@ -97,11 +97,11 @@ matrix:
@DESC@ @DESC@
<function>FcMatrixScale</function> multiplies <parameter>matrix</parameter> <function>FcMatrixScale</function> multiplies <parameter>matrix</parameter>
x values by <parameter>sx</parameter> and y values by x values by <parameter>sx</parameter> and y values by
<parameter>sy</parameter>. This is done by multiplying by <parameter>dy</parameter>. This is done by multiplying by
the matrix: the matrix:
<programlisting> <programlisting>
sx 0 sx 0
0 sy 0 dy
</programlisting> </programlisting>
@@ @@

View File

@ -35,7 +35,7 @@ Creates an empty set.
@TYPE2@ const char * @ARG2@ object @TYPE2@ const char * @ARG2@ object
@PURPOSE@ Add to an object set @PURPOSE@ Add to an object set
@DESC@ @DESC@
Adds a proprety name to the set. Returns FcFalse if the property name cannot be Adds a property name to the set. Returns FcFalse if the property name cannot be
inserted into the set (due to allocation failure). Otherwise returns FcTrue. inserted into the set (due to allocation failure). Otherwise returns FcTrue.
@@ @@