c++中这种符号//! [0]是什么意思啊?
世界只因有你
世界只因有你 2017-05-16 13:23:18
0
1
1451

正在学习用qtcreator,不过看到例子代码中,这种//! []类型的东西不知道起什么作用,这个不是注释,具体代码如下:


//! [0]
#include <QtWidgets>
#include "mainwindow.h"
//! [0]

//! [1]
//this method contain all widget of this project
MainWindow::MainWindow()
//! [1] //! [2]

世界只因有你
世界只因有你

全部回复(1)
小葫芦

这是 qdoc 语法,是为了 qt 项目生成文档用的。

在 C++ 的代码中出现的 // 都是注释,如果只关注 代码本身的话,你是不用理会的

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板