Three forward slashes for block commenting?

前端 未结 3 742
别那么骄傲
别那么骄傲 2020-12-17 18:38

First noticed this in Notepad++, where // comments and /// comments were shown in different colours.
Doxygen revealed more about it, but I\'m n

3条回答
  •  粉色の甜心
    2020-12-17 18:52

    The author might intend to put documentation after ///

    At where I work, we use 3 styles of doxygen comment blocks for documentation because lack of coding style guidelines.

    1. ///
    2. //!
    3. /** */

提交回复
热议问题