gpt4 book ai didi

c++ - 无法为函数定义生成文档,后跟一些宏#defines

转载 作者:行者123 更新时间:2023-11-30 01:32:51 25 4
gpt4 key购买 nike

我有一个 .cpp 文件,发现 Doxygen 无法记录包含以下格式的函数:

//!
//! \brief Test
//! and perform operations on those points.
//!
void CTest::TestTri()
EH_Start("CTest::TestTri")
{
}
EH_Stop

EH_StartEH_Stop 是一种异常处理机制,会导致问题。

我们如何排除这些?

最佳答案

尝试使用更明确的 doxygen 格式 - 以下内容准确地告诉 doxygen 您希望记录哪个函数,因此它无需理解您的代码即可确定将文档附加到什么:

/// \fn void CTest::TestTri()
/// \brief Test and perform operations on those points
EH_STart("CTest::TestTri") {} EH_Stop

关于c++ - 无法为函数定义生成文档,后跟一些宏#defines,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/973903/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com