drgomesp
9c601664d1
#138 Added section grouping as a higher level key to the resources array
2013-02-21 15:46:59 -03:00
drgomesp
b4792d1cd5
Changed conditional to work with default value as null
2013-02-14 14:16:54 -02:00
drgomesp
ad4eae7dd7
#25 Added handling of sections on the processCollection method of the AbstractFormatter
2013-02-13 17:08:35 -02:00
William DURAND
47112613e8
Refactor formatter, avoid code duplication
2012-11-17 17:41:12 +01:00
Evan Villemez
29c3798124
implemented nested parameter handling in AbstractFormatter, updated MarkdownFormatter and HtmlFormatter to use it
2012-09-10 09:46:02 -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
William DURAND
e2e647bb03
Merge branch '1.0.x'
2012-07-13 15:32:51 +02:00
Samuel Gordalina
2b02733ee9
Added ability to extract inline documentation from docblock
2012-07-13 13:44:11 +01:00
Christophe Coevoet
fd8ee2679a
Added the support of form types defined as services
2012-06-21 00:11:32 +02:00
Christophe Coevoet
04b075736f
Applied some php-cs-fixer magic
2012-05-23 00:42:59 +02:00
Adrien BRAULT
be3dca0c47
Add support in docblocks for @param with no description
2012-05-07 12:51:22 +02:00
William DURAND
d1be0d5093
Added parsing of @param doc blocks. Fixes #8
2012-04-19 20:27:27 +02:00
William DURAND
a51d25b94f
Used Twig instead of plain PHP in the HtmlFormatter. Fixes #1
2012-04-13 11:25:53 +02:00
Jordi Boggiano
a74520057a
Add license
2012-04-13 11:03:05 +02:00
William DURAND
8574982b7b
Fixed rendering
2012-04-12 19:17:03 +02:00
William DURAND
f172e74db7
Renamed the bundle
2012-04-12 18:37:42 +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
72b8976006
[ApiBundle] Refactored formatters to handle both one object, and a collection
2012-04-12 12:49:43 +02:00
William DURAND
aa9504a80c
Refactored formatters
2012-04-12 01:28:56 +02:00