我有一个php (doxygen.php)文件,我想记录下来。问题是,当我在linux上运行doxygendoxygen.php时,它没有生成anything...index.html文件是空的。我得到了Warning: ignoring unknown tag `does' at line 4, file doxygen.php
Warning: ign
我正在尝试使用Maven Doxygen插件。:report[ERROR] Failed to execute goal net.sf.doodleproject:doxygen-maven-plugin:2.2:report(default-cli) on project project: An error has occurred in Doxygen report generation.amc: An error has occurred in Doxygen report generation.
是否有可能在Doxygen中定义类似宏的东西?我想写一条这样的评论: \return return_self_referenceDoxygen将用我定义的字符串替换return_self_reference。Doxygen随后会读到的评论是这样的: \return A reference to the instance that the operator was called on.请注意