Aller au contenu principal Aide Panneau de contrôle

Recherche interne
Vous pourriez peut-être lister d'autres pages ou d'autres éléments en soumettant le mot-clé qui suit à notre moteur de recherche. Qui sait ?
Recherche externe

Chercher phpDoc sur : Google, Yahoo!, Ask Jeeves, Technorati.

Partager
Référencer cette page
Surveillance
Pages récentes
 

Catégories «   Keywords «  

PhpDoc

* Features, features! -  YACS is just aiming to raise the standard in Apache/mySQL/PHP environment for the support of web communities.
Modifié le 13 mar. 2008, ***** , dans The vision
* How to use phpDoc to document software modules? -  At YetAnotherCommunitySystem we have adopted phpDoc from the beginning as the tool of choice for software documentation. You can see the result at the scripts index. Each time the set of reference scripts is rebuilt (scripts/build.php) the entire phpDoc documentation is rebuilt as well. To achieve this, every running script is parsed and analyzed. Comments are filtered and combined in order to provide following items: - the index page itself, at scripts/index.php - the to-do list, at scripts/view.php/todo - the authors page, at scripts/view.php/authors - the testers page, at scripts/view.php/testers - the license page, at scripts/view.php/licenses The last four links are available at the top of the index page for scripts.
Modifié le 22 fév. 2004, dans Developer's guide