Generate documentation for FcWeight* functions.

The SGML for these functions exists, and they are named as manpages,
but because they are not mentioned in fontconfig-devel.sgml, no
documentation is ever generated, and installation under --enable-docs
fails.

(The documentation I have written in fontconfig-devel.sgml is boilerplate
so I can get the manpages generated. It's probably wrong.)
This commit is contained in:
Nick Alcock 2014-12-13 18:21:16 +00:00 committed by Akira TAGOH
parent 66db69a6d9
commit af58644194
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<!ENTITY fcstring SYSTEM "fcstring.sgml"> <!ENTITY fcstring SYSTEM "fcstring.sgml">
<!ENTITY fcstrset SYSTEM "fcstrset.sgml"> <!ENTITY fcstrset SYSTEM "fcstrset.sgml">
<!ENTITY fcvalue SYSTEM "fcvalue.sgml"> <!ENTITY fcvalue SYSTEM "fcvalue.sgml">
<!ENTITY fcweight SYSTEM "fcweight.sgml">
<!ENTITY version SYSTEM "version.sgml"> <!ENTITY version SYSTEM "version.sgml">
]> ]>
<!-- <!--
@ -537,6 +538,12 @@ Provides for application-specified symbolic constants for font names.
</para> </para>
&fcconstant; &fcconstant;
</sect2> </sect2>
<sect2><title>FcWeight</title>
<para>
Maps weights to and from OpenType weights.
</para>
&fcweight;
</sect2>
<sect2><title>FcBlanks</title> <sect2><title>FcBlanks</title>
<para> <para>
An FcBlanks object holds a list of Unicode chars which are expected to An FcBlanks object holds a list of Unicode chars which are expected to