@return/@returns in c++ autogenerated docs
Answered
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"?
Please sign in to leave a comment.
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.