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给他们吧.这次我们仍 ...
随机推荐
- jinja2.exceptions.TemplateNotFound: home/index.html
问题: 检查路由路径和模版渲染方式,其他文件路径都正确,可以返回字符串,就是无法返回定义的模版,为什么flask无法启找到这个模版? 那,问题原因在哪? 在flask中,目录有着严格的定义,模版目录必 ...
- Python简单爬虫Requests
首先添加库 附配环境变量:安装环境变量 cmd==> 输入指令: path=%path%;C:\Python(Python安装路径) 回车 python2.7版本可能没有pip的话可以先到www ...
- nginx配置中root与alias的区别
nginx指定文件路径有两种方式root和alias,这两者的用法区别,使用方法总结了下,方便大家在应用过程中,快速响应.root与alias主要区别在于nginx如何解释location后面的uri ...
- 关于主机用户名显示为"-bash-4.1$"
牢记 <1> .(小数点)==> 代表一个任意字符 <2> *(星)====> 重复前面一个字符0到无穷次 1.出现这中情况是因为:用户环境变量的文件没了,通 ...
- 简单的.editconfig文件
root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_n ...
- isFile() exists() isDirectory()的区别
isFile()public boolean isFile()测试此抽象路径名表示的文件是否是一个标准文.如果该文件不是一个目录,并且满足其他与系统有关的标准,那么该文件是标准文件.由Java应用程序 ...
- easyUI前后台分页代码实现
一.后台分页 (1)客户端代码: var dg = $('#table'); var opts = dg.datagrid('options'); var pager = dg.datagrid('g ...
- My Calendar III
class MyCalendarThree(object): """ Implement a MyCalendarThree class to store your ev ...
- Spring MVC Mock demo
package com.niwodai.mem.web.controller; import com.alibaba.fastjson.JSON; import org.junit.Before; i ...
- 为什么说http协议是无状态的?
首先了解基本概念:什么是无状态,什么是无连接 无状态协议: 协议的状态是指下一次传输可以“记住”这次传输信息的能力. http是不会为了下一次连接而维护这次连接所传输的信息,为了保证服务器内存. 比如 ...