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.

相关推荐
Hello.Reader几秒前
快速启动 Rust + WebAssembly 项目
开发语言·rust·wasm
秋书一叶3 分钟前
Java工具类——实体类列表写入excel
java·开发语言·excel
愚润求学4 分钟前
【专题刷题】双指针(三):两数之和,三数之和,四数之和
c++·笔记·leetcode·刷题
汤姆_5118 分钟前
【c语言】深入理解指针2
c语言·开发语言
愚润求学21 分钟前
【C++】map和set
开发语言·c++·笔记
末央&26 分钟前
【C++】priority_queue的底层封装和实现
开发语言·c++
Better Rose39 分钟前
【2025“华中杯”大学生数学建模挑战赛】C题:就业状态分析与预测 详细解题思路
c语言·开发语言·数学建模
网络安全研发随想1 小时前
C语言核心结构+难点精讲+工程技巧
c语言·开发语言·算法
别来无恙2021 小时前
数据结构(6)
c语言·数据结构
superior tigre1 小时前
C++学习:六个月从基础到就业——面向对象编程:虚函数与抽象类
开发语言·c++·学习