CodeIgniter Forums
PHP Documentor - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: PHP Documentor (/showthread.php?tid=21493)



PHP Documentor - El Forum - 08-11-2009

[eluser]Eric Barnes[/eluser]
Hi everyone.

I am using phpdocumentor to document my CI core and I am running into an issue that I wanted to see if any one else experienced.

I have my controllers as:
controller/article.php
controller/admin/article.php

Since a lot of controllers share the same file name phpdocumentor is only parsing one of them. I wanted to ask if anyone has any ideas on how to fix this or if it is just they phpdocumentor works.