Subject: | Its a very good class ! lool BUt a... |
Summary: | Package rating comment |
Messages: | 4 |
Author: | José Filipe Lopes Santos |
Date: | 2010-09-30 12:02:11 |
Update: | 2010-10-01 18:15:25 |
|
|
|
José Filipe Lopes Santos rated this package as follows:
Utility: | Good |
Consistency: | Good |
Documentation: | Good |
Examples: | Good |
|
José Filipe Lopes Santos - 2010-09-30 12:02:11
Its a very good class ! lool
BUt a little confuse, you embed xml in the class !
Will be better if you separate xml and the class !
It will be more readable ! ;-)
Manuel Lemos - 2010-09-30 17:25:40 - In reply to message 1 from José Filipe Lopes Santos
That is documentation only public variables and functions. It is in comments, so it does not make part of the code. It is like PHPDoc.
José Filipe Lopes Santos - 2010-10-01 11:50:20 - In reply to message 2 from Manuel Lemos
Ok, but to documentation phpdoc or other .... !
You simply need
/**
* resume.
*
* description.
*
* @param string $var variable
....
*/
More nothing !
I dont know a any php documentor that use xml ... !
Bye
Manuel Lemos - 2010-10-01 18:15:25 - In reply to message 3 from José Filipe Lopes Santos
PHPDoc is limited and the syntax is cryptic.
This is MetaL meta-document format. It lets you embed complete documentation in the. It is language independent. The class documentation in HTML was generated using MetaL syntax.
|