qdoc.exe
qdoc.exe
Usage: qdoc [options] file1.qdocconf ...
# Qt文档生成器
Qt documentation generator
# 设置
Options:
# 显示此帮助。
-?, -h, --help Displays this help.
# 显示版本信息。
-v, --version Displays version information.
# 在解析源代码时将参数定义为宏
-D <macro[=def]> Define the argument as a macro while
parsing sources
# 指定相关模块
--depends <module> Specify dependent modules
# 打开语法突出显示(使用 qdoc 编译运行比较慢)
--highlighting Turn on syntax highlighting (makes qdoc
run slower)
# 包含内部标记的内容
--showinternal Include content marked internal
# 将所有文档内容保存到 /dev/null。 如果有人只对qdoc错误感兴趣,这很有用。
--redirect-documentation-to-dev-null Save all documentation content to
/dev/null. Useful if someone is
interested in qdoc errors only.
# 不要为示例生成文档
--no-examples Do not generate documentation for
examples
# 指定QDoc应该搜索要加载的索引文件的目录
--indexdir <dir> Specify a directory where QDoc should
search for index files to load
# 在运行“make install”之后指定输出的目录
--installdir <dir> Specify the directory where the output
will be after running "make install"
# 报告从过时项目到非过时项目的链接
--obsoletelinks Report links from obsolete items to
non-obsolete items
# 指定输出目录,覆盖qdocconf文件中的设置
--outputdir <dir> Specify output directory, overrides
setting in qdocconf file
# 指定输出格式,覆盖qdocconf文件中的设置
--outputformat <format> Specify output format, overrides
setting in qdocconf file
# 不要打印链接错误(即缺少目标)
--no-link-errors Do not print link errors (i.e. missing
targets)
# 自动链接失败时显示错误
--autolink-errors Show errors when automatic linking
fails
# 启用调试输出
--debug Enable debug output
# 只运行qdoc来生成索引文件,而不是文档
--prepare Run qdoc only to generate an index
file, not the docs
# 运行qdoc来读取索引文件并生成文档
--generate Run qdoc to read the index files and
generate the docs
# 在stderr上记录进度。
--log-progress Log progress on stderr.
# 在所有的qdoc conf文件中运行一次qdoc。
--single-exec Run qdoc once over all the qdoc conf
files.
# 编写QA页面。
--write-qa-pages Write QA pages.
# 参数
Arguments:
file1.qdocconf ... Input files
qdoc.exe的更多相关文章
- Windows+Qt+MinGW使用gRPC
本文参考博客文章Qt gRPC 简单应用进行了亲自尝试,特此记录以下过程,为后人提供经验.我的环境:Windows10 x64需要依赖MSYS2环境(一个类Unix环境,包管理器)MSYS2 gith ...
- qt creator源码全方面分析(2)
目录 doc文件夹 帮助文档 qdoc工具 doxygen工具 qtcreator.qdocconf qtcreator-dev.qdocconf doc文件夹 对于bin和dist文件夹这里就不做过 ...
- 让 windows 下的命令行程序 cmd.exe 用起来更顺手
在 Windows 下使用 Larave 框架做开发,从 Composer 到 artisan 总是避免不了和 cmd.exe 打交道,系统默认的命令行界面却是不怎么好看,且每行显示的字符数是做了限制 ...
- 如何查看w3p.exe 和IIS 应用程序池的关系
图形界面方式 命令行方式 如果找不到 appcmd Appcmd.exe exists at the location %systemroot%\system32\inetsrv\. You eith ...
- 使用java传参调用exe并且获取程序进度和返回结果的一种方法
文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 在某个项目中需要考虑使用java后台调用由C#编写的切图程序( ...
- c#+handle.exe实现升级程序在运行时自动解除文件被占用的问题
我公司最近升级程序经常报出更新失败问题,究其原因,原来是更新时,他们可能又打开了正在被更新的文件,导致更新文件时,文件被其它进程占用,无法正常更新而报错,为了解决这个问题,我花了一周时间查询多方资料及 ...
- Lenovo K29 笔记本经常没声音解决方案Hotkey[gevu18ww].exe
下载 win8 快捷键驱动 安装即可解决 http://driverdl.lenovo.com.cn/lenovo/DriverFilesUploadFloder/36265/Hotkey[gevu1 ...
- vcredist_x64.exe vcredist_x86.exe 静默安装方法收集
vcredist_x64.exe /install /quiet /norestart 更多方法参考如下: http://www.cnblogs.com/lidabo/archive/2013/01/ ...
- 项目自动化建构工具gradle 入门3——生一个exe的helloWorld
前两次呢,我们能够用一个外部的jar 来实现输出helloWorld.但问题是我每次都要用java -jar 来执行,这样我们自己玩还可以,让用户玩就不好了.所以我们生成一个exe给他们吧.这次我们仍 ...
随机推荐
- mybatis-pageHelper做分页
Mybatis-PageHelpera是一个很好的第三方分页插件,支持很多数据库,几乎主流的数据库都支持 github地址:https://github.com/pagehelper/Mybatis- ...
- Web Magic设计思想
1.1 设计思想 1. 一个框架,一个领域 一个好的框架必然凝聚了领域知识.WebMagic的设计参考了业界最优秀的爬虫Scrapy,而实现则应用了HttpClient.Jsoup等Java世界最成熟 ...
- Activiti简介
Activiti项目是一项新的基于Apache许可的开源BPM平台,从基础开始构建,旨在提供支持新的BPMN 2.0标准,包括支持对象管理组(OMG),面对新技术的机遇,诸如互操作性和云架构,提供技术 ...
- Servlet--HttpServlet类
HttpServlet类 定义 public class HttpServlet extends GenericServlet implements Serializable 这是一个抽象类,用来简化 ...
- Hibernate (三)
1 一对多的单向 示例:一个已经存在的学生,新建一个班级,然后将该学生加入到该班级之下 设置inverse="false" <?xml version="1.0&q ...
- 08_jquery基础应用第一天
视频来源:麦子学院 讲师:李景山
- query返回值
总结:PDO::query($sql)返回值是一个对象,其中包括了你输入的sql语句 而fetch()方法执行成功则返回包含一条记录的数组,失败返回false. $rs = $pdo -> ...
- Shader 入门笔记(一)
本笔记,是根据自己学习shader的笔记,主要是参照冯乐乐的<Shader 入门精要> 和游戏蛮牛shaderLad视频 和网上一些博客. 为啥要学习这个呐? 自己其实之前学过一段时间的s ...
- vue调试神器vue-devtools安装
vue-devtools安装 vue-devtools是一款用来调试Vue应用的Chrome插件,可极大提高开发者调试项目效率,接着我们说一下如何下载安装这个插件; 一. 从chrome商店直接下载安 ...
- https原理及实践
转载请注明出处 安全知识 网络安全问题 数据机密性 在网络传输数据信息时,对数据的加密是至关重要的,否则所有传输的数据都是可以随时被第三方看到,完全没有机密性可言. 数据机密性解决问题思路 利用算法 ...