Kate 有一个非常方便的快捷键 (Ctrl+D),可以将单行和多行注释应用到选定的文本区域。如何配置 Kate 以在 C/C++ 源文件中应用 doxygen 样式注释?
/**
* reduces the channel complexity
* args: None
* returns: None
*/
void Channel::reduce();
看起来可能有直接的 doxygen 支持(对于 1.30.2 版)。当我在家中可以访问我的 linux/kde 机器时,我将对其进行测试。
http://www.kde-files.org/content/show.php/Updated+Doxygen+highlighting?content=106727