67 Commits

Author SHA1 Message Date
Christophe Coevoet
e11ee357b5 Backported the bundle to support Symfony 2.0.x 2012-05-23 00:44:06 +02:00
Christophe Coevoet
04b075736f Applied some php-cs-fixer magic 2012-05-23 00:42:59 +02:00
Christophe Coevoet
84ad827c89 Fixed phpdoc 2012-05-23 00:20:50 +02:00
William DURAND
d1be0d5093 Added parsing of @param doc blocks. Fixes #8 2012-04-19 20:27:27 +02:00
William DURAND
8c0aa1d274 Added multilines support for description 2012-04-19 17:17:36 +02:00
William DURAND
33ff68b2e0 Fixed tests 2012-04-19 17:05:59 +02:00
William DURAND
c5891a59b9 Use action method description from docblock by default for description. Fixes #5 2012-04-19 16:23:55 +02:00
lsmith77
f0e84a96d7 also support services as controller in ApiDocExtractor::get() 2012-04-13 17:56:09 +02:00
lsmith77
6940174586 support controllers as services 2012-04-13 16:33:24 +02:00
William DURAND
2c1e100094 Added more tests for the Extractor 2012-04-13 15:01:00 +02:00
Jordi Boggiano
15d56360f3 Return early in case of wrong controller pattern 2012-04-13 14:12:41 +02:00
Jordi Boggiano
a74520057a Add license 2012-04-13 11:03:05 +02:00
Jordi Boggiano
e2af9b3fc4 Sort equal routes by HTTP method 2012-04-13 10:48:25 +02:00
William DURAND
f172e74db7 Renamed the bundle 2012-04-12 18:37:42 +02:00
William DURAND
6285ecebb0 [ApiBundle] Added more comments 2012-04-12 17:48:21 +02:00
William DURAND
bfaa0c6adf Added a way to group API methods by 'resource' name 2012-04-12 17:24:38 +02:00
William DURAND
c4c7d14354 [ApiBundle] Added a controller to get a complete documentation
* Added an Extractor to get the documentation from all annotated
controllers
* Refactored some parts (command, event listener, ...)
2012-04-12 12:50:20 +02:00