Doxygen: how to describe class member variables in php?

后端 未结 7 702
野性不改
野性不改 2020-12-14 19:47

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:



        
相关标签:
7条回答
  • 2020-12-14 20:38

    While this is not a direct answer to your question: If you are at liberty to use the right tool for the job, have a look at DocBlox. It also generates an XML-document for further transformation into HTML or any other display format and works very good for PHP. It won't break your usual docblock-usage either.

    As an example output, check out the Zend Framework API documentation.

    0 讨论(0)
提交回复
热议问题