When I generate my API documentation, the links to each individual API on the left hand side of the index page are currently being generated from the description of the API.
@api {post} /my/endpoint **this is the current link name**
I would like the link name to be a combination of the method type (in the above example post) and the @apiName. For this block comment:
@api {post} /my/endpoint description of API
@apiName Create Cake
I would like the link text for this API to be POST - Create Cake
Is there anyway to do this?