Added section documentation

Cf. #154
This commit is contained in:
Benjamin Laugueux 2013-04-11 00:34:24 +03:00
parent 0a865fd449
commit d109c140be

View File

@ -94,6 +94,8 @@ class YourController extends Controller
The following properties are available:
* `section`: allow to group resources
* `resource`: whether the method describes a main resource or not (default: `false`);
* `description`: a description of the API method;