I\'m trying to use doxygen to parse php code into xml output. Doxygen does not parse description of class member variables.
Here is my sample php file:
It seems to be a bug in Doxygen. I've the same problem with documentation in HTML.
What currently works is:
class A { var $id = 1; /**< Id on page. */ }
But these comments are not recognized by NetBeans IDE as documentation of field.