Yii Class Document/Comment format & tools

Hello.

It seems that the yii class source files shipped with class document in the form of comments. I think there must be some format and tools to generate the class reference documents from comments in source file, just like the pod format and perlpod of perl. Is anyone familiar with it?

Thanks a lot.

On the SVN trunk you have all the source for generating the class reference - http://code.google.com/p/yii/source/browse/#svn/trunk/build/commands/api

Also docs are generated every Yii release: http://www.yiiframework.com/doc/api/

Got it, thank you!