Kate features a very handy shortcut (Ctrl+D) to apply single- and multi-line comment to the selected region of text. How can I configure Kate to apply doxygen style comments in C/C++ source files?
/**
* reduces the channel complexity
* args: None
* returns: None
*/
void Channel::reduce();