@return/@returns in c++ autogenerated docs
已回答
When I type /** before a function which has a non-void return type and press Enter, CLion generates a doc for my function, which includes the "@return" block. Is there a way to make it autogenerate "@returns" instead of "@return"?
请先登录再写评论。
Hi!
There is no such setting for now. I've created https://youtrack.jetbrains.com/issue/CPP-20127. Feel free to comment or upvote it. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.