File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ module Desc
4
4
include Grape ::DSL ::Settings
5
5
6
6
# Add a description to the next namespace or function.
7
- # @option options :summary [String] summary for this endpoint
8
7
# @param description [String] descriptive string for this endpoint
9
8
# or namespace
10
9
# @param options [Hash] other properties you can set to describe the
11
10
# endpoint or namespace. Optional.
12
11
# @option options :detail [String] additional detail about this endpoint
12
+ # @option options :summary [String] summary for this endpoint
13
13
# @option options :params [Hash] param types and info. normally, you set
14
14
# these via the `params` dsl method.
15
15
# @option options :entity [Grape::Entity] the entity returned upon a
You can’t perform that action at this time.
0 commit comments