gpt4 book ai didi

c++ - block 评论开头的感叹号有什么用?

转载 作者:行者123 更新时间:2023-12-01 22:48:36 25 4
gpt4 key购买 nike

<分区>

我在 c++ 中有一个头文件,其中函数的声明包含以“!”感叹号开头的 block 注释。

例子

class test{
public:
/*! @fn test::test()
@brief The basic constructor, which initializes the _test handle.
*/
test();

/*! @fn test::upload(std::string url)
@brief A function to execute a http POST request with the given url and image.

@param[in] url The url we are POSTing to
@return The response of the server
*/
std::string upload(std::string url);
}

此外,它还会像这样更改 VSCode 中注释的颜色:

enter image description here

这些评论开头的感叹号有什么用?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com