/ **在C ++中是什么意思 [英] what does /** mean in c++

查看:150
本文介绍了/ **在C ++中是什么意思的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在c ++中添加一个块注释,但我做了一个type-o并写了 / ** 而不是 / * 。我注意到里面的评论以粗体显示。有人知道这是什么意思吗?

I was trying to add a block comment in c++, but I made a type-o and wrote /** instead of /*. I noticed that the comment inside got in bold. Does anyone know what it means?

推荐答案

这种形式的注释由 Doxygen -该软件使人们能够生成源代码的文档。请访问该网站。

This form of comment is used by Doxygen - This software enables one to generate documentation for the source code. Please see the web site.

我想您的IDE可以理解。

I guess your IDE understands this.

这篇关于/ **在C ++中是什么意思的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆