Fix docs to close sgml tags
This commit is contained in:
parent
c92926bf65
commit
8c87b4293f
|
@ -1,3 +1,11 @@
|
||||||
|
2003-04-23 James Henstridge <james@daa.com.au>
|
||||||
|
|
||||||
|
* doc/fontconfig-devel.sgml: close the <para> element.
|
||||||
|
|
||||||
|
* doc/fcpattern.fncs: close the <para> element.
|
||||||
|
|
||||||
|
* doc/func.sgml: close the <refsynopsisdiv> element.
|
||||||
|
|
||||||
2003-04-17 Colin Walters <walters@debian.org>
|
2003-04-17 Colin Walters <walters@debian.org>
|
||||||
|
|
||||||
+ Remove some unused variables, and initialize some other ones so
|
+ Remove some unused variables, and initialize some other ones so
|
||||||
|
|
|
@ -226,6 +226,7 @@ in preference to FcPatternGet to provide compile-time typechecking.
|
||||||
@DESC@
|
@DESC@
|
||||||
Builds a pattern using a list of objects, types and values. Each
|
Builds a pattern using a list of objects, types and values. Each
|
||||||
value to be entered in the pattern is specified with three arguments:
|
value to be entered in the pattern is specified with three arguments:
|
||||||
|
</para>
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Object name, a string describing the property to be added.
|
Object name, a string describing the property to be added.
|
||||||
|
|
|
@ -476,6 +476,7 @@ consistent and complete version of the config file is always available.
|
||||||
<para>
|
<para>
|
||||||
These routines work with font files and directories, including font
|
These routines work with font files and directories, including font
|
||||||
directory cache files.
|
directory cache files.
|
||||||
|
</para>
|
||||||
&fcfile;
|
&fcfile;
|
||||||
</sect2>
|
</sect2>
|
||||||
<sect2><title>FcStrSet and FcStrList</title>
|
<sect2><title>FcStrSet and FcStrList</title>
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
</funcprototype>
|
</funcprototype>
|
||||||
@}PROTOTYPE@
|
@}PROTOTYPE@
|
||||||
</funcsynopsis>
|
</funcsynopsis>
|
||||||
|
</refsynopsisdiv>
|
||||||
<refsect1><title>Description</title>
|
<refsect1><title>Description</title>
|
||||||
<para>
|
<para>
|
||||||
@DESC@
|
@DESC@
|
||||||
|
|
Loading…
Reference in New Issue