3

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();
Andy Lester
  • 91,102
  • 13
  • 100
  • 152
Aamir
  • 2,943
  • 5
  • 26
  • 28

1 Answers1

1

Looks like there might be direct doxygen support in the works (for version 1.30.2). I will test it when I have access to my linux/kde box at home.

http://www.kde-files.org/content/show.php/Updated+Doxygen+highlighting?content=106727