From fceb80d2b4832a02728ef7313b7c3cd27d6cbcb1 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 28 Jul 2002 14:32:17 +0000 Subject: [PATCH] Adding constants here, applied new structure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90201 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pspell/constants.xml | 73 ++++++++++++++++++++++++++++++++++ reference/pspell/reference.xml | 52 ++++++++++++++++++------ 2 files changed, 113 insertions(+), 12 deletions(-) create mode 100644 reference/pspell/constants.xml diff --git a/reference/pspell/constants.xml b/reference/pspell/constants.xml new file mode 100644 index 0000000000..8f5a2adc5b --- /dev/null +++ b/reference/pspell/constants.xml @@ -0,0 +1,73 @@ + + +
+ &reftitle.constants; + &extension.constants; + + + + PSPELL_FAST + (integer) + + + + + + + + + + PSPELL_NORMAL + (integer) + + + + + + + + + + PSPELL_BAD_SPELLERS + (integer) + + + + + + + + + + PSPELL_RUN_TOGETHER + (integer) + + + + + + + + +
+ + diff --git a/reference/pspell/reference.xml b/reference/pspell/reference.xml index 59ebe43449..d5bc1e32ba 100644 --- a/reference/pspell/reference.xml +++ b/reference/pspell/reference.xml @@ -1,5 +1,5 @@ - + @@ -7,17 +7,45 @@ Pspell - - These functions allow you to check the spelling of a word and offer - suggestions. - - - You need the aspell and pspell libraries, available from &url.aspell; and - &url.pspell; respectively, and - add the option - when compiling php. - + +
+ &reftitle.intro; + + These functions allow you to check the spelling of a word and offer + suggestions. + +
+ +
+ &reftitle.required; + + To compile PHP with pspell support, you need the aspell and pspell + libraries, available from &url.aspell; + and &url.pspell; respectively. + +
+ +
+ &reftitle.install; + + If you have the libraries needed add the + option + when compiling PHP. + +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ + &reference.pspell.constants; +
&reference.pspell.functions;