Skip to content

Conversation

@LordFlashmeow
Copy link

Feature

Implements #201. If enabled (and when boolReturnsTrueFalse enabled), replaces the returns keyword with retval for bool functions.

I chose to make it controlled by a new setting, rather than using the boolReturnsTrueFalse setting because some users might prefer the existing behavior (return for true/false).

\retval Doxygen source

Sample behavior:

/**
 * @brief
 * 
 * @retval true
 * @retval false
*/
bool get() {}
  • Description of what's added
  • Gif of your feature if appropriate
  • Added gif to README
  • Added unit test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant