qdoc.exe

时间:2022-09-15 10:05:30

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的更多相关文章

  1. Windows&plus;Qt&plus;MinGW使用gRPC

    本文参考博客文章Qt gRPC 简单应用进行了亲自尝试,特此记录以下过程,为后人提供经验.我的环境:Windows10 x64需要依赖MSYS2环境(一个类Unix环境,包管理器)MSYS2 gith ...

  2. qt creator源码全方面分析&lpar;2&rpar;

    目录 doc文件夹 帮助文档 qdoc工具 doxygen工具 qtcreator.qdocconf qtcreator-dev.qdocconf doc文件夹 对于bin和dist文件夹这里就不做过 ...

  3. 让 windows 下的命令行程序 cmd&period;exe 用起来更顺手

    在 Windows 下使用 Larave 框架做开发,从 Composer 到 artisan 总是避免不了和 cmd.exe 打交道,系统默认的命令行界面却是不怎么好看,且每行显示的字符数是做了限制 ...

  4. 如何查看w3p&period;exe 和IIS 应用程序池的关系

    图形界面方式 命令行方式 如果找不到 appcmd Appcmd.exe exists at the location %systemroot%\system32\inetsrv\. You eith ...

  5. 使用java传参调用exe并且获取程序进度和返回结果的一种方法

    文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 在某个项目中需要考虑使用java后台调用由C#编写的切图程序( ...

  6. c&num;&plus;handle&period;exe实现升级程序在运行时自动解除文件被占用的问题

    我公司最近升级程序经常报出更新失败问题,究其原因,原来是更新时,他们可能又打开了正在被更新的文件,导致更新文件时,文件被其它进程占用,无法正常更新而报错,为了解决这个问题,我花了一周时间查询多方资料及 ...

  7. Lenovo K29 笔记本经常没声音解决方案Hotkey&lbrack;gevu18ww&rsqb;&period;exe

    下载 win8 快捷键驱动 安装即可解决 http://driverdl.lenovo.com.cn/lenovo/DriverFilesUploadFloder/36265/Hotkey[gevu1 ...

  8. vcredist&lowbar;x64&period;exe vcredist&lowbar;x86&period;exe 静默安装方法收集

    vcredist_x64.exe /install /quiet /norestart 更多方法参考如下: http://www.cnblogs.com/lidabo/archive/2013/01/ ...

  9. 项目自动化建构工具gradle 入门3——生一个exe的helloWorld

    前两次呢,我们能够用一个外部的jar 来实现输出helloWorld.但问题是我每次都要用java -jar 来执行,这样我们自己玩还可以,让用户玩就不好了.所以我们生成一个exe给他们吧.这次我们仍 ...

随机推荐

  1. android 通过uri获取bitmap图片并压缩

    很多人在调用图库选择图片时会在onActivityResult中用Media.getBitmap来获取返回的图片,如下: Uri mImageCaptureUri = data.getData(); ...

  2. 通过Knockout&period;js &plus; ASP&period;NET Web API构建一个简单的CRUD应用

    REFERENCE FROM : http://www.cnblogs.com/artech/archive/2012/07/04/Knockout-web-api.html 较之面向最终消费者的网站 ...

  3. 中间件、MetaQ入门学习

    目录 . 中间件技术 . MetaQ中间件 . MetaQ编程实践 1. 中间件技术 0x1: 中间件简介 中间件(Middleware)是提供系统软件和应用软件之间连接的软件,以便于软件各部件之间的 ...

  4. Redis源代码分析(十)--- testhelp&period;h小测试框架和redis-check-aof&period;c 日志检测

    周期分析struct结构体redis代码.最后,越多越发现很多的代码其实大同小异.于struct有袋1,2不分析文件,关于set集合的一些东西,就放在下次分析好了,在选择下个分析的对象时,我考虑了一下 ...

  5. Mac smartsvn破解及license文件

    第一步:去官网下载自己系统smartsvn版本文件 下载地址:http://www.smartsvn.com/download 第二步:破解 (1) 将文件解压到系统路径:/opt/smartsvn ...

  6. 控件布局&lowbar;TableLayout

    <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android=&quot ...

  7. 学习《Unix&sol;Linux编程实践教程》&lpar;1&rpar;:Unix 系统编程概述

    0.目录 1.概念 2.系统资源 3.学习方法 4.从用户的角度来理解 Unix 4.1 登录--运行程序--注销 4.2 目录操作 4.3 文件操作 5.从系统的角度来理解 Unix 5.1 网络桥 ...

  8. 使用VMware将Linux装在物理硬盘上,开机即可进入Linux

    我的笔记本上是双系统Windows和Linux .经常需要在两个系统间切换,很麻烦.于是我想到如果能用VMWare虚拟机加载物理硬盘中的系统,可以在需要时,直接启动另外一个系统.     注意:我的双 ...

  9. RMQ板子

    对于RMQ这种静态最值询问, 用线段树的话查询过慢, 一般用ST表预处理后O(1)查询, 下以最大值查询为例, 这里假定$n$不超过5e5 void init() { Log[0] = -1; REP ...

  10. python中Excel表操作

    python中关于excel表个的操作 使用 python中的xlwt和xlrd模块进行操作 # 2003之前:Excel:xls# 2003之后:Excel:xlsx# xlrd:读取的模块:xls ...

相关文章