svn: /phpdoc/ja/trunk/reference/pspell/functions/ pspell-add-to-personal.xml pspell-add-to-session.xml pspell-check.xml pspell-clear-session.xml pspell-config-create.xml pspell-config-dict-dir.xml pspell-config-ignore.xml pspell-config-mode.xml pspell-config-personal.xml pspell-config-repl.xml pspell-config-runtogether.xml pspell-config-save-repl.xml pspell-new-personal.xml pspell-new.xml pspell-save-wordlist.xml pspell-store-replacement.xml pspell-suggest.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Tue, 01 Dec 2020 01:37:00 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351806

Log:
Generate pspell methodsynopses based on stubs

Closes GH-233.

Changed paths:
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-personal.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-session.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-check.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-clear-session.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-create.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-dict-dir.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-ignore.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-mode.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-personal.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-repl.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-runtogether.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-config-save-repl.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-new-personal.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-new.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-save-wordlist.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-store-replacement.xml
    U   phpdoc/ja/trunk/reference/pspell/functions/pspell-suggest.xml
svn-diffs-351806.txt (text/x-diff, 28.6 KB)
Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-personal.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-personal.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-personal.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-add-to-personal" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_add_to_personal</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_add_to_personal</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -28,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -85,7 +85,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-session.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-session.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-add-to-session.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-add-to-session" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_add_to_session</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_add_to_session</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -52,7 +52,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-check.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-check.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-check.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-check" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_check</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_check</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -72,7 +72,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-clear-session.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-clear-session.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-clear-session.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-clear-session" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_clear_session</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_clear_session</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
   </methodsynopsis>
   <simpara>
    <function>pspell_clear_session</function> は、
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -66,7 +66,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-create.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-create.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-create.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349708 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.pspell-config-create" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -13,9 +13,9 @@
   <methodsynopsis>
    <type>int</type><methodname>pspell_config_create</methodname>
    <methodparam><type>string</type><parameter>language</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
   </methodsynopsis>
   <para>
    辞書をオープンする際に使用する設定を作成します。
@@ -94,7 +94,6 @@
   </para>
  </refsect1>

-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -114,7 +113,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-dict-dir.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-dict-dir.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-dict-dir.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: takagi Status: ready -->
 <refentry xml:id="function.pspell-config-dict-dir" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_dict_dir</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_dict_dir</methodname>
-   <methodparam><type>int</type><parameter>conf</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
    <methodparam><type>string</type><parameter>directory</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -27,7 +27,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-ignore.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-ignore.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-ignore.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.pspell-config-ignore" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_ignore</refname>
@@ -11,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_ignore</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>int</type><parameter>n</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>int</type><parameter>min_length</parameter></methodparam>
   </methodsynopsis>
   <simpara>
    <function>pspell_config_ignore</function> は、
@@ -27,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -34,10 +35,10 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>n</parameter></term>
+     <term><parameter>min_length</parameter></term>
      <listitem>
       <para>
-       <parameter>n</parameter> 文字より短い単語をスキップします。
+       <parameter>min_length</parameter> 文字より短い単語をスキップします。
       </para>
      </listitem>
     </varlistentry>
@@ -72,7 +73,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-mode.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-mode.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-mode.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-config-mode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_mode</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_mode</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
    <methodparam><type>int</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -89,7 +89,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-personal.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-personal.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-personal.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-config-personal" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_personal</refname>
@@ -11,8 +11,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_personal</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>string</type><parameter>file</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    個人の単語リストファイルを設定します。個人の単語リストは、
@@ -33,7 +33,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -40,7 +40,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>file</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        個人の単語リスト。存在しない場合は作成します。PHP
@@ -90,7 +90,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-repl.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-repl.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-repl.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-config-repl" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_repl</refname>
@@ -11,8 +11,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_repl</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>string</type><parameter>file</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
    置換候補を保持するファイルを設定します。
@@ -36,7 +36,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -43,7 +43,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>file</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        このファイルは PHP
@@ -93,7 +93,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-runtogether.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-runtogether.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-runtogether.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-config-runtogether" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_runtogether</refname>
@@ -11,8 +11,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_runtogether</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>bool</type><parameter>flag</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>allow</parameter></methodparam>
   </methodsynopsis>
   <para>
    この関数は、複合語を正しい複合語として処理するかどうかを定義します。
@@ -33,7 +33,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -40,7 +40,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>flag</parameter></term>
+     <term><parameter>allow</parameter></term>
      <listitem>
       <para>
        連続した単語を複合語として扱う場合な &true;、
@@ -79,7 +79,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-config-save-repl.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-config-save-repl.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-config-save-repl.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-config-save-repl" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_config_save_repl</refname>
@@ -11,8 +11,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_config_save_repl</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
-   <methodparam><type>bool</type><parameter>flag</parameter></methodparam>
+   <methodparam><type>int</type><parameter>config</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>save</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>pspell_config_save_repl</function> は、
@@ -35,7 +35,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>config</parameter></term>
      <listitem>
       <para>
       </para>
@@ -42,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>flag</parameter></term>
+     <term><parameter>save</parameter></term>
      <listitem>
       <para>
        置換リストを保存する場合に &true;、それ以外の場合に &false;。
@@ -71,7 +71,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-new-personal.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-new-personal.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-new-personal.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-new-personal" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>pspell_new_personal</refname>
@@ -10,12 +10,12 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>pspell_new_personal</methodname>
-   <methodparam><type>string</type><parameter>personal</parameter></methodparam>
+   <type class="union"><type>int</type><type>false</type></type><methodname>pspell_new_personal</methodname>
+   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
    <methodparam><type>string</type><parameter>language</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <simpara>
@@ -42,7 +42,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>personal</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        個人リストに追加された単語が保存される場所を指定します。
@@ -163,7 +163,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-new.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-new.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-new.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-new" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>pspell_new</refname>
@@ -12,9 +12,9 @@
   <methodsynopsis>
    <type class="union"><type>int</type><type>false</type></type><methodname>pspell_new</methodname>
    <methodparam><type>string</type><parameter>language</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>spelling</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>jargon</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>""</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
@@ -142,7 +142,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-save-wordlist.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-save-wordlist.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-save-wordlist.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-save-wordlist" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_save_wordlist</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_save_wordlist</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
   </methodsynopsis>
   <simpara>
    <function>pspell_save_wordlist</function> は、
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
        <function>pspell_new_personal</function>
@@ -78,7 +78,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-store-replacement.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-store-replacement.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-store-replacement.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-store-replacement" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_store_replacement</refname>
@@ -11,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>pspell_store_replacement</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>misspelled</parameter></methodparam>
    <methodparam><type>string</type><parameter>correct</parameter></methodparam>
   </methodsynopsis>
@@ -34,7 +34,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
        <function>pspell_new_personal</function>
@@ -102,7 +102,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/pspell/functions/pspell-suggest.xml
===================================================================
--- phpdoc/ja/trunk/reference/pspell/functions/pspell-suggest.xml	2020-12-01 01:30:55 UTC (rev 351805)
+++ phpdoc/ja/trunk/reference/pspell/functions/pspell-suggest.xml	2020-12-01 01:37:00 UTC (rev 351806)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351793 Maintainer: hirokawa Status: ready -->
 <refentry xml:id="function.pspell-suggest" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>pspell_suggest</refname>
@@ -10,8 +10,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>pspell_suggest</methodname>
-   <methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>pspell_suggest</methodname>
+   <methodparam><type>int</type><parameter>dictionary</parameter></methodparam>
    <methodparam><type>string</type><parameter>word</parameter></methodparam>
   </methodsynopsis>
   <simpara>
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>dictionary_link</parameter></term>
+     <term><parameter>dictionary</parameter></term>
      <listitem>
       <para>
       </para>
@@ -75,7 +75,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.