当我生成我的 API 文档时,指向索引页面左侧每个单独 API 的链接当前是根据 API 的描述生成的。
@api {post} /my/endpoint **this is the current link name**
我希望链接名称是方法类型(在上面的示例post中)和@apiName的组合。对于此块注释:
@api {post} /my/endpoint description of API
@apiName Create Cake
我希望这个 API 的链接文本是POST - Create Cake
有没有办法做到这一点?