【问题标题】:Doxygen @param direction arguments [in],[out],[in,out] example outputDoxygen @param 方向参数 [in],[out],[in,out] 示例输出
【发布时间】:2016-07-30 09:09:08
【问题描述】:

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

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

我在任何example sites 中都看不到此信息如何出现在输出中。是否有示例说明此信息应如何出现在输出中?

【问题讨论】:

    标签: c++ output doxygen


    【解决方案1】:

    对于线路:

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

    我明白了:

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

    【讨论】:

    • 有可以访问的页面吗?
    • 您需要联系 Doxygen 人员或搜索他们的论坛。
    • 一个简单的解决方案是用 Doxygen cmets 编写一个简单的源文件,用 Doxygen 处理它并查看输出。
    猜你喜欢
    • 1970-01-01
    • 2011-10-12
    • 1970-01-01
    • 2014-08-13
    • 2015-12-14
    • 2020-12-20
    • 2013-01-25
    • 1970-01-01
    • 2017-07-31
    相关资源
    最近更新 更多