How to document a Symfony based REST API (similar to enunciate's documentation capabilities)
- 阅读更多 关于 How to document a Symfony based REST API (similar to enunciate's documentation capabilities)
问题 If I have a REST based service written in the Symfony [symfony-project.org] framework (i.e. PHP), is there any decent tools/frameworks out there that will parse my code and generate API documentation? The Java based framework enunciate has documentation capabilities similar to what I need, you can view an example of this here: http://enunciate.codehaus.org/wannabecool/step1/index.html. I understand the premise of REST based services are supposed to be self evident, however I was after