mirror of
https://github.com/php/doc-uk.git
synced 2026-03-23 22:52:14 +01:00
enchant: fix XML to get remove of useless wrapping para tags
This commit is contained in:
@@ -1,51 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 94f2c273f0bb214580b3cba17273f79e8cc2cb25 Maintainer: mproshchuk Status: ready -->
|
||||
<appendix xml:id="enchant.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- EN-Revision: 9ee6a360c83bc83ee0f78d853278742d2ad9c3cd Maintainer: mproshchuk Status: ready -->
|
||||
<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="enchant.constants">
|
||||
&reftitle.constants;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.libenchant-version">
|
||||
<term>
|
||||
<constant>LIBENCHANT_VERSION</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Версія libenchant.
|
||||
Доступно, починаючи з PHP 8.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.enchant-myspell">
|
||||
<term>
|
||||
<constant>ENCHANT_MYSPELL</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Тип словника MySpell. Використовується разом з
|
||||
<function>enchant_broker_get_dict_path</function> та
|
||||
<function>enchant_broker_set_dict_path</function>. Застарів у PHP 8.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.enchant-ispell">
|
||||
<term>
|
||||
<constant>ENCHANT_ISPELL</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Тип словника Ispell. Використовується разом з
|
||||
<function>enchant_broker_get_dict_path</function> та
|
||||
<function>enchant_broker_set_dict_path</function>. Застарів у PHP 8.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.libenchant-version">
|
||||
<term>
|
||||
<constant>LIBENCHANT_VERSION</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Версія libenchant.
|
||||
Доступно, починаючи з PHP 8.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.enchant-myspell">
|
||||
<term>
|
||||
<constant>ENCHANT_MYSPELL</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Тип словника MySpell. Використовується разом з
|
||||
<function>enchant_broker_get_dict_path</function> та
|
||||
<function>enchant_broker_set_dict_path</function>. Застарів у PHP 8.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.enchant-ispell">
|
||||
<term>
|
||||
<constant>ENCHANT_ISPELL</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Тип словника Ispell. Використовується разом з
|
||||
<function>enchant_broker_get_dict_path</function> та
|
||||
<function>enchant_broker_set_dict_path</function>. Застарів у PHP 8.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</appendix>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
@@ -66,4 +63,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user