How to generate Yii-like Documentation

Comparing #8 with #9

Revision #9 was created by fsb fsb on Nov 29, 2012, 5:20:42 PM.

english

Title

How to generate Yii -like Documentation

Content


 
Introduction
------------

Something a good application cant miss is documentation, and what would be better than some nice formatted HTML documentation that can be auto-generated from your code, we know several tools that already do this like [phpDocumentor](http://www.phpdoc.org/ "phpDocumentor"), but today we are introducing [Yii Docs Generator](http://www.yiiframework.com/extension/yiidocsgenerator "Yii Docs Generator") which is a modification of the code that Yii itself uses to generate its documentation, thank [phpnode](http://www.yiiframework.com/forum/index.php?/user/22573-phpnode/ "phpnode") for this wonderful work.

Specification
[...]