Re: [PHP-DOC] documenting pspell module for php From: eschmid+sic <email protected>
Date: 07/14/00

On Fri, Jul 14, 2000 at 12:28:18PM -0700, php user wrote:

> 1. I
> - created phpdoc/en/functions/pspell.xml
> - placed a reference in phpdoc/en/chapters.ent
> - placed a reference in phpdoc/manual.xml.inc
> - placed an entry in phpdoc/global.ent (idea borrowed from aspell.xml)
> Is that all?

Yes.
 
> 2. I placed my function in the list in such a way that the listing remains
> in alphabetical order (that is right after PostgreSQL). Obviously, this will
> shift the numbering of chapters after Pspell by one. Is that good? or are
> there people referencing chapters by number?

Thats good. A new ordering scheme is on the way.

> 3. SHould I edit phpdoc/version.dsl? If yes, what version should I put in
> there? (the code is only on CVS, there has been no releases since I placed
> it there)

No don't edit Hartmuts version.dsl. Only he and Stas at zend.com knows to
build this version list. It will automatically added when the functions
tables (http://zend.com/phpfunc) are rebuild.

If you commit it soon, I will validate it.

-Egon