当前位置: 首页 > news >正文

doxygen 1.11.0 使用详解(十四)——输出格式

目录

    • HTML
    • LATEX
    • Man pages
    • RTF
    • XML
    • DocBook
    • Compiled HTML Help (a.k.a. Windows 98 help)
    • Qt Compressed Help (.qch)
    • Eclipse Help
    • XCode DocSets
    • PostScript
    • PDF

The following output formats are directly supported by doxygen:

HTML

Generated if GENERATE_HTML is set to YES in the configuration file.

LATEX

Generated if GENERATE_LATEX is set to YES in the configuration file.

Man pages

Generated if GENERATE_MAN is set to YES in the configuration file.

RTF

Generated if GENERATE_RTF is set to YES in the configuration file. Note that the RTF output probably only looks nice with Microsoft’s Word.

XML

Generated if GENERATE_XML is set to YES in the configuration file.

DocBook

Generated if GENERATE_DOCBOOK is set to YES in the configuration file.

The following output formats are indirectly supported by doxygen:

Compiled HTML Help (a.k.a. Windows 98 help)

Generated by Microsoft’s HTML Help workshop from the HTML output if GENERATE_HTMLHELP is set to YES.

Qt Compressed Help (.qch)

Generated by Qt’s qhelpgenerator tool from the HTML output if GENERATE_QHP is set to YES .

Eclipse Help

Generated from HTML with a special index file that is generated when GENERATE_ECLIPSEHELP is set to YES .

XCode DocSets

Compiled from HTML with a special index file that is generated when GENERATE_DOCSET is set to YES .

PostScript

Generated from the LATEX output by running make ps in the output directory. For the best results PDF_HYPERLINKS should be set to NO .

PDF

Generated from the LATEX output by running make pdf in the output directory. To improve the PDF output, you typically would want to enable the use of pdflatex by setting USE_PDFLATEX to YES in the configuration file. In order to get hyperlinks in the PDF file you also need to enable PDF_HYPERLINKS.

http://www.lryc.cn/news/354485.html

相关文章:

  • java list<AnalystEducationDO> 转成List<AnalystEducationRespVO>两个对象的属性一样
  • [Algorihm][简单多状态DP问题][买卖股票的最佳时机含冷冻期][买卖股票的最佳时机含手续费]详细讲解
  • 微服务:利用RestTemplate实现远程调用
  • 【Linux】TCP的三次握手和四次挥手
  • 爬山算法全解析:掌握优化技巧,攀登技术高峰!
  • 使用 Ollama框架 下载和使用 Llama3 AI大模型的完整指南
  • 最新流媒体在线音乐系统网站源码| 音乐社区 | 多语言 | 开心版
  • 中国改革报是什么级别的报刊?在哪些领域具有较高的影响力?
  • 乡村振兴的乡村公共服务提升:提升乡村公共服务水平,满足农民多样化需求,构建幸福美好的美丽乡村
  • 【在 Windows 上使用 ADB 安装 Android 设备上的 atx-agent】
  • iptables 防火墙
  • 软件设计师笔记1
  • springboot集成mybatis 单元测试
  • ecc dsa rsa des
  • Gitee的原理及应用详解(三)
  • Mia for Gmail for Mac:Mac用户的邮件管理首选
  • 如何在忘记密码的情况下解锁 iPhone? 6 种方法分享
  • 国产操作系统上使用rsync恢复用户数据 _ 统信 _ 麒麟 _ 中科方德
  • Elastic Cloud 将 Elasticsearch 向量数据库优化配置文件添加到 Microsoft Azure
  • Mongodb 可视化工具Robot 3t安装【windows环境下】
  • 【MATLAB】信号的熵
  • 【QT环境配置】节约msvc2017灰色不可用问题
  • MyBatis框架的使用:mybatis介绍+环境搭建+基础sql的使用+如何使用Map传入多个参数+返回多个实体用List或者Map接收+特殊sql的使用
  • linux centos nginx配置浏览器访问后端(tomcat日志)
  • 01-03.Vue:v-on的事件修饰符
  • MSI U盘重装系统
  • ubuntu如何安装gitlab runner
  • Java整合ELK实现日志收集 之 Elasticsearch、Logstash、Kibana
  • 如何判断自己的情商高低?
  • JAVA:Spring Boot整合MyBatis Plus持久层