Doxygen 中的头文件是什么?

发布于 2024-08-03 13:16:26 字数 98 浏览 3 评论 0原文

我运行这个命令失败

doxygen -w latex headerFile styleSheetFile project.doxy

I run this command unsuccessufully

doxygen -w latex headerFile styleSheetFile project.doxy

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回首观望 2024-08-10 13:16:26

如果您在 doxygen 配置文件中设置 GENERATE_LATEX=YES,Doxygen 将生成 LaTeX 输出。

您引用的命令指示 doxygen 将其默认的 LaTeX 文档标题和样式表写入文件,因此这应该创建两个文件,名为 headerFilestyleSheetFile。 doxygen 文档此处对此进行了解释。

然后,您可以在配置文件中使用 LATEX_HEADER 选项来告诉 doxygen 使用您的头文件而不是默认的头文件,这样您就可以自定义文档的样式。 LATEX_HEADER此处进行了描述。

Doxygen will produce LaTeX output if you set GENERATE_LATEX=YES in your doxygen configuration file.

The command you quoted instructs doxygen to write its default LaTeX document header and stylesheet to files, so this should have created two files, named headerFile and styleSheetFile. This is explained in the doxygen documentation here.

You can then use the LATEX_HEADER option in your configuration file to tell doxygen to use your header file instead of its default, and this allows you to customise the style of the document. LATEX_HEADER is described here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文