Re: [PHP-DOC] How to prevent undocumented function to be documented? From: Egon Schmid (eschmid <email protected>)
Date: 01/20/02

From: "Yasuo Ohgaki" <yasuo_ohgaki <email protected>>

> I'm a maintainer of PostgreSQL module and I was about to
> document new functions.
>
> I saw some of new functions are documented with no
> documentation warning. I guess these are generated
> automatically.
>
> How do I prevent it?
>
> I don't want half done(alpha) functions to be
> documented :)

The place you can look up changes is http//cvs.php.net -> phpdoc ->
en -> functions -> pgsql.

-Egon