here文档中记录了@param命令的可选方向参数,如下所示:
@param[in]
@param[out]
@param[in,out]在任何example sites中,我都看不到这些信息是如何显示在输出中的。是否有此信息应如何显示在输出中的示例?
发布于 2016-04-09 07:50:15
对于行:
\param[in,out] console_ptr - pointer to input from the console我得到了:
Parameters
[in,out] console_ptr - pointer to input from the console. https://stackoverflow.com/questions/36510851
复制相似问题