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

目录

    • HTML
    • LATEX
    • [Man pages](#Man pages)
    • RTF
    • XML
    • DocBook
    • [Compiled HTML Help (a.k.a. Windows 98 help)](#Compiled HTML Help (a.k.a. Windows 98 help))
    • [Qt Compressed Help (.qch)](#Qt Compressed Help (.qch))
    • [Eclipse Help](#Eclipse Help)
    • [XCode DocSets](#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.

相关推荐
flypwn7 分钟前
justCTF 2025JSpositive_player知识
开发语言·javascript·原型模式
oliveira-time11 分钟前
原型模式中的深浅拷贝
java·开发语言·原型模式
2501_9411114615 分钟前
C++中的原型模式
开发语言·c++·算法
亿坊电商40 分钟前
PHP框架的资源管理机制如何优雅适配后台任务?
开发语言·php
VBA633743 分钟前
YZ系列工具之YZ09: VBA_Excel之读心术
开发语言
慢慢向上的蜗牛44 分钟前
微软vcpkg包管理工具如何使用?
c++·microsoft·vcpkg·跨平台编译
2509_940880221 小时前
【update 更新数据语法合集】.NET开源ORM框架 SqlSugar 系列
开源·.net
pro_or_check1 小时前
自然语言编程:从一段Perl程序说起
开发语言
JEECG低代码平台1 小时前
【2025/11】GitHub本月热度排名前十的开源Java项目
java·开源·github
wangjialelele1 小时前
详解mysql命令行操作与语言链接
c语言·数据库·c++·mysql·oracle