瀏覽代碼

document starpu_task_list_ismember

Samuel Thibault 9 年之前
父節點
當前提交
17f0cf352b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/doxygen/chapters/api/task_lists.doxy

+ 4 - 0
doc/doxygen/chapters/api/task_lists.doxy

@@ -64,5 +64,9 @@ Get the end of \p list.
 \ingroup API_Task_Lists
 Get the next task of \p list. This is not erase-safe.
 
+\fn int starpu_task_list_ismember(struct starpu_task_list *list, struct starpu_task *task)
+\ingroup API_Task_Lists
+Test whether the given \p task is contained in the \p list.
+
 */