Doxygen @param方向参数[in],[out],[in,out]示例输出

时间:2016-04-08 23:22:44

标签: c++ output doxygen

@param命令的可选方向参数记录为here,作为以下之一:

@param[in]
@param[out]
@param[in,out]

我没有在example sites中看到此信息在输出中的显示方式。这个信息应该如何出现在输出中吗?

1 个答案:

答案 0 :(得分:19)

对于这一行:

\param[in,out] console_ptr - pointer to input from the console

我明白了:

Parameters
    [in,out]    console_ptr - pointer to input from the console.