// Provide intellisense and snippet for doxygen commands //"doxdocgen.generic.commandSuggestion": true // Add `\\` in doxygen command suggestion for better readbility (need to enable commandSuggestion) //"doxdocgen.generic.commandSuggestionAddPrefix": false } 4、打开一个.c文件 在文件的开头输入...
VSCODE使用Doxygen Documentation Generator插件自定义注释 ①:安装插件Doxygen Documentation Generator ②:在Vscode插件的settings.json属性文件里,设置自己自定义的 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 { "doxdocgen.file.customTag": [ "程序名:{file} 本程序", "作者:{author} 日期...