如何让 Doxygen 识别自定义 Latex 命令

发布于 2024-09-05 23:12:59 字数 390 浏览 2 评论 0原文

有没有办法在 Doxygen 代码文档系统中使用额外的乳胶包和/或额外的乳胶命令。例如,我在自定义 sty 文件中定义快捷方式。

\newcommand{\tf}{\Theta_f}

然后我在代码中使用了大约 300 次,涉及大约十几个文件。

/*! Stochastic approximation of the latent response*/
void dual_bc_genw(
//...
double const * const psi,     ///< \f$ \psi = B\tf \f$
    //...
){/* lots of brilliant code */}

但如何让系统识别出额外的包。

Is there a way to use extra latex packages and/or extra latex commands with Doxygen code documentation system. For example I define the shortcut in a custom sty file.

\newcommand{\tf}{\Theta_f}

Then I use it about 300 time in the code, which is across about a dozen files.

/*! Stochastic approximation of the latent response*/
void dual_bc_genw(
//...
double const * const psi,     ///< \f$ \psi = B\tf \f$
    //...
){/* lots of brilliant code */}

But how do I get the system to recognize the extra package.

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

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

发布评论

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

评论(1

温馨耳语 2024-09-12 23:12:59

在配置文件中的 EXTRA_PACKAGES 标记中命名您的样式文件。

Name your style file in the EXTRA_PACKAGES tag in your configuration file.

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