使用Eclipse编码时,如何关闭启动多行注释时出现的"*"注释?
而不是看到这个,
/** * Here is a comment * some more */
我能得到这个吗?
/** Here is a comment some more */
如果你想知道"/**"是因为我使用doxygen.
c eclipse eclipse-cdt
c ×1
eclipse ×1
eclipse-cdt ×1