@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"?

0

请先登录再写评论。