Revision #8 has been created by Asgaroth on May 6, 2011, 7:13:51 PM with the memo:
Reordered sections
« previous (#7) next (#9) »
Changes
Title
unchanged
How to generate Yii like Documentation
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
doc
Content
changed
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
------------------
To generate nice HTML however we must follow some specifications that this wiki will try to describe.
The following are 2 classes that we will be using as an example:[...]
#### Resources
:
---------
- [Yii Docs Generator on Git]( https://github.com/phpnode/Yii-Docs-Generator "Yii Docs Generator")
- [Yii Docs Generator on Yii](http://www.yiiframework.com/extension/yiidocsgenerator "Yii Docs Generator")