[Doxygen-develop] Support for PHP namespaces
Brought to you by:
dimitri
From: Karsten D. <ka...@ty...> - 2008-09-16 02:28:48
|
Hi. We are currently looking into using Doxygen for FLOW3/TYPO3v5 after having switched to using PHP namespaces. Currently we use phpDocumentor, but it seems to be inactive so support for namespaces might never come... A first try with Doxygen looks promising, but one thing that is a showstopper is missing support for PHP namespaces. Admittedly it is not yet fully clear whether PHP will use namespace X::Y::Z; or rather namespace X::Y::Z { ..: } but this is about everything that remains to be seen. I ran Doxygen in our codebase, and it detects "some" namespace, but e.g. the class hierarchy is completely flat. What would be the best way of getting Doxygen nearer to what we need given that I have never coded C? Who is maintaining the PHP support of Doxygen? Regards, Karsten -- Karsten Dambekalns Gimme Five! http://typo3.org/gimmefive |