Using Doxygen with PHP in Ubuntu

doxygen, php, ubuntu

Solution

There isn't a complete answer I could find either, but the state of PHP support is probably gradually improving. Here are some issues I've found, some of which may already be solved:

- lack of namespace support

- issues with magic methods

- problems documenting functions with variable number of arguments

Problem

What does the main argument of the following statement explicitly mean? The manual says Doxygen supports only partially PHP. I would like to know what this means explicitly, since I could not find an answer to it in the homepage.

Original source