Documenting a Yii project with modules?

Hello,

I’m working on documenting a sizable Yii project that has identically-named controller classes for every module, i.e. multiple “DefaultController” classes, each corresponding to module. I am using APIGen.

The problem I am encountering is that the default controller for each module is simply named "DefaultController", and the documentation generator cannot distinguish between different classes of the same name. I am under the impression that it would be far too costly time-wise to rename all the controller classes and re-write all of the URL rules.

Has anyone found a solution to this manner of problem? Is there a documentation generator you can recommend? I have been having some problems with the Yii Docs Generator because it requires running the application as a console app, and the app wasn’t designed to run as a console application.

Thank you.