init.vimango icon indicating copy to clipboard operation
init.vimango copied to clipboard

Add auto doxygen doc.

Open TheResplandor opened this issue 6 years ago • 1 comments

Add auto doxygen doc functionality. There are many old plugins for this.

TheResplandor avatar Jan 25 '20 17:01 TheResplandor

Added for c/cpp/python files with doxygen syntax highlighting(for c/cpp only for now). For python files it is added with # comments instead of """ blocks, so a better plugin needs to be found.

works by standing on function name and running :Dox, or <leader>E .

Will add a better, more sophisticated plugin with jumps to the input locations, and with a shortcut of "/**" when i find one, like in vscode.

TheResplandor avatar Mar 28 '21 23:03 TheResplandor