如何让Doxygen识别自定义乳胶命令 [英] How to get Doxygen to recognize custom latex command

查看:72
本文介绍了如何让Doxygen识别自定义乳胶命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Doxygen代码文档系统中是否可以使用额外的乳胶包和/或额外的乳胶命令.例如,我在自定义sty文件中定义了快捷方式.

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}

然后,我在代码中使用了大约300次,遍历了大约12个文件.

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.

推荐答案

查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆