如何禁止在 Doxygen 中生成 html 文件夹?
How to disable generation of html folder in Doxygen?
我正在为使用 doxygen 的项目创建文档,只想生成 .chm 文件。但是现在 html 文件夹和 .chm 文件正在生成。
我不希望生成 html 文件夹
GENERATE_HTML = NO
.chm 文件未生成,但 html 文件夹正在生成一些文件
那么如何禁用该文件夹
Chm 正在使用 html,因此无法禁用 html 文件夹。
来自文档:
The HTML Help Workshop contains a compiler that can convert all HTML
output generated by doxygen into a single compiled HTML file (.chm).
我正在为使用 doxygen 的项目创建文档,只想生成 .chm 文件。但是现在 html 文件夹和 .chm 文件正在生成。 我不希望生成 html 文件夹
GENERATE_HTML = NO
.chm 文件未生成,但 html 文件夹正在生成一些文件
那么如何禁用该文件夹
Chm 正在使用 html,因此无法禁用 html 文件夹。
来自文档:
The HTML Help Workshop contains a compiler that can convert all HTML output generated by doxygen into a single compiled HTML file (.chm).