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>
|
||||
|
||||
+ Remove some unused variables, and initialize some other ones so
|
||||
|
|
|
@ -226,6 +226,7 @@ in preference to FcPatternGet to provide compile-time typechecking.
|
|||
@DESC@
|
||||
Builds a pattern using a list of objects, types and values. Each
|
||||
value to be entered in the pattern is specified with three arguments:
|
||||
</para>
|
||||
<orderedlist>
|
||||
<listitem><para>
|
||||
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>
|
||||
These routines work with font files and directories, including font
|
||||
directory cache files.
|
||||
</para>
|
||||
&fcfile;
|
||||
</sect2>
|
||||
<sect2><title>FcStrSet and FcStrList</title>
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
</funcprototype>
|
||||
@}PROTOTYPE@
|
||||
</funcsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1><title>Description</title>
|
||||
<para>
|
||||
@DESC@
|
||||
|
|
Loading…
Reference in New Issue