templates/api/fulldoc/json/setup.rb in yard-api-0.3.4 vs templates/api/fulldoc/json/setup.rb in yard-api-0.3.5

- old
+ new

@@ -72,9 +72,10 @@ title = endpoint.tag(:API).text { id: topicize(endpoint.path), scoped_id: topicize(title), + name: endpoint.name, title: title, text: endpoint.base_docstring, controller: endpoint.namespace.path, route: get_route(endpoint), type: endpoint.type,