Source_Insight_Macro_DoxygenFormat icon indicating copy to clipboard operation
Source_Insight_Macro_DoxygenFormat copied to clipboard

Source Insight快捷宏,基于quicker.em进行修改,最终目的在于,采用便捷的方式添加注释,并符合Doexgen的解析规则

Results 3 Source_Insight_Macro_DoxygenFormat issues
Sort by recently updated
recently updated
newest added

![图片](https://user-images.githubusercontent.com/2861504/163365455-b4fa73b6-a9c6-407d-8800-c9c36c413e74.png) 新建文件有个bug

source insight 4.00.0086 file ctrl+enter后弹窗提示错误 Macro Error:syntax ->quicker.em at line 2147: CommentContent(hbuf,nlnDesc+10,"@file ",szContent,0) ->quicker.em(1080) : InsertFileHeaderCN( hbuf,0, szMyName,"" ) ->quicker.em(340) : ExpandProcCN(szMyName,wordinfo,szLine,szLine1,nVer,ln,sel)

1. 关于没有Macro:autoExpand的问题,我已经以下方法解决了: https://blog.csdn.net/l645317186/article/details/82460253 2. 关于中文乱码,当设置了config的中文设置后,再生成函数的注释就会出现乱码,弹出的对话框是乱码和注释也有乱码。如下所示: /** *@brief 函数描述 * * *@param none * *@return void * * *@author 小明 *@date 2019年2月20日 *@note �����ɺ��� * */