Yii-Docs-Generator - Cannot Redeclare

Hello in Yii Docs Generator, how do I document controllers when I have two modules which have same controller names "InicioController" and the generator complains.




PHP Fatal error:  Cannot redeclare class InicioController



Thanks

http://www.yiiframework.com/extension/yiidocsgenerator

I don’t know, probably generating the documentation for the modules separately? or better yet not using the same class names for different files? what its failing here is PHP is self, not the docs generator, if you to successfully have the same class name for different files you would need namespaces.