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にしたい
とにかくこれを行うことはありますか?