有什么快捷键吗?
业精于勤,荒于嬉;行成于思,毁于随。
Type///
///
VC++ does not support Doxygen’s C++ annotations. Its ///automatic comments are used for Microsoft's own XML comments, which are generally used for C#. C++ generally configures macros directly in Visual Assist X.
Right click--Insert comment
In 2017, you can write comments with double slashes above the declared class.
Type
///
VC++ does not support Doxygen’s C++ annotations. Its ///automatic comments are used for Microsoft's own XML comments, which are generally used for C#. C++ generally configures macros directly in Visual Assist X.
Right click--Insert comment
In 2017, you can write comments with double slashes above the declared class.