About 1 results
Open links in new tab

doxygen - Use "\return" as "\brief" - Stack Overflow
Which version of doxygen? When I understand it correctly you want to show in the brief description the text that normally appears in in the return section. Only way I can think of is to to get the text as \brief and as return and set REPEAT_BRIEF=NO, otherwise make a complete example showing (in text what you would like to accomplish).