Evan Villemez
b9e8d61082
changed inputClass to input, refactored method and class names accordingly, fixed cs in several places
2012-07-23 15:44:37 -04:00
Evan Villemez
06e3a2256b
added a ParserInterface, refactored how Parsers are registered in the ApiDocExtractor, changed formType to inputClass in ApiDocExtractor
2012-07-23 12:54:56 -04:00
William DURAND
cca97cf6af
Refactoring
...
Move logic to extract data in the Extractor
Remove logic in the AbstractFormatter
Use ApiDoc class as data container
Update tests
Add test to prove the bug with FOSRestBundle annotations (\\d+ instead of \d+)
2012-07-20 01:32:16 +02:00
Jordi Boggiano
0868d39e9a
Merge pull request #43 from willdurand/fix-13
...
Add support for FOSRest annotations. Fix #13
2012-07-18 03:29:41 -07:00
William DURAND
163d96a295
Add support for FOSRest annotations. Fix #13
2012-07-18 12:23:57 +02:00
Samuel Gordalina
2b02733ee9
Added ability to extract inline documentation from docblock
2012-07-13 13:44:11 +01:00
Christophe Coevoet
04b075736f
Applied some php-cs-fixer magic
2012-05-23 00:42: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
William DURAND
45bbb09d02
Added tests for the ApiDoc annotation
2012-04-13 15:20:45 +02:00
Jordi Boggiano
a74520057a
Add license
2012-04-13 11:03:05 +02:00
William DURAND
20fd6b753a
Used boolean to set the parameter
2012-04-12 20:00:26 +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
0dc8883e09
Introduced ApiBundle
2012-04-11 20:00:21 +02:00