Has the TODO item of:

global
------
        ...
        Other
        ...
        * implement javadoc based function docs template system.

Been adopted by anyone yet?  What about the work being done with
PHPDoc?  Is it expected that this TODO item will use PHPDoc or
define it's own?  There are some elements to PHP5 that should
render certain PHPDoc tags deprecated namely:

        @access (public|protected|private)  ---> replaced by 
        '(public|protected|private)' declaration in PHP5.

Also, was it mentioned that I'll be able to declare a function
with the 'static' modifier as follows:?

        class xyz {
                ...
                public static function myFunction() {
                        ...
                }
                ...
        }

If so, the @static tag would not be necessary, either.  So, I'm
finding that the relationship of PHPDoc to the PHP version changes
SHOULD be so close that if the TODO item is undertaken, the work
should share development rather than redefine the wheel.

I'm trying to define some corporate documentation standards and
would like to know what direction the PHP5 team will be taking
us in the future specifically with regards to javadoc and phpdoc.

Thanks,

Dante

----------
D. Dante Lorenso
Web Adminstrator
[EMAIL PROTECTED]

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to