File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ to display the generated documentation for a config.
9393 public function rules()
9494 {
9595 return [
96+ 'some_field',
9697 'all_cities_available' => 'boolean',
9798 'free_comparison' => 'boolean'
9899 ];
@@ -104,6 +105,7 @@ to display the generated documentation for a config.
104105 - ** @summary ** - short description of request
105106 - ** @description ** - Implementation Notes
106107 - ** @_ 204** - Custom description of code of response. You can specify any code as you want.
108+ - ** @some_field** - Description of this field from the rules method
107109
108110 If you do not create a class Request, the summary, Implementation Notes and parameters will be empty.
109111 Plugin will collect codes and examples of responses only.
You can’t perform that action at this time.
0 commit comments