When insert /**/
comment in a C-src block, "," will be
insert automticlly before *
as flow:
Reproduce:
Insert this content:
#+BEGIN_SRC C /** @file main.c * @brief 项目主函数文件 * @details 主要包含协议应用栈程序框架,main函数入口 * @author 李长条 * @copyright Copyright (c) 2050 */ #+END_SRC
C-c '
,which will call "org-edit-special"*Org Src *
buffer, do nothing and type C-c '
again