gpt4 book ai didi

phpdoc - phpDoc中的多个@todo

转载 作者:行者123 更新时间:2023-12-04 12:50:57 24 4
gpt4 key购买 nike

我想为一个功能添加多个待办事项。

将它们添加到 phpDoc 注释 block 中的正确方法是什么?

我知道我应该使用@todo 标签。但我不确定是应该为每个项目使用一个 @todo 标签,还是为整个列表使用一个 @todo 标签。

最佳答案

零个或多个 @todo 标签是有效的。

PSR-5: PHPDoc

语法

@todo [description]

例子

/**
* Counts the number of items in the provided array.
*
* @todo add an array parameter to count
*
* @return int Returns the number of elements.
*/
function count()
{
<...>
}

关于phpdoc - phpDoc中的多个@todo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38719565/

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